Skip to content

Commit

Permalink
Hiding client host name by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
gimite committed May 17, 2009
1 parent 69c7728 commit 8feb2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion www/app/views/home/client.html.erb
Expand Up @@ -77,7 +77,7 @@
<!-- 全ログフッタ -->
<div id="AllLogFooter">
<div id="version">
<A href="#" onclick="actAppSetting();return false;">文字サイズ変更,サウンド設定</a>
<A href="#" onclick="actAppSetting();return false;">文字サイズ変更</a>
 // 
Based on <A target="_blank" href="http://irc.juggler.jp/qi2/doc/qi2readme.html">QuickIRC2</a> version 2.0.0
<script type="text/javascript">
Expand Down
1 change: 1 addition & 0 deletions www/public/j/QI2BufferTree.js
Expand Up @@ -929,6 +929,7 @@ function BufferTreeNode_Conn(sortkey,name,buffer_inner){
break;

case "001":
self.conn.send("MODE " + msg.args[0] + " +h"); // Hides host name
self.onMyNickChanged(msg.args[0]);
self.playSound("OnConnect");

Expand Down

0 comments on commit 8feb2e9

Please sign in to comment.