1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

irc: do not display names by default when joining a channel (task #13045)

This commit is contained in:
Sebastien Helleu
2014-01-21 12:55:48 +01:00
parent 160ab683ef
commit a6ed216052
8 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -136,7 +136,7 @@
* [[option_irc.look.display_join_message]] *irc.look.display_join_message*
** 説明: `チャンネルに参加した後に表示するメッセージのコンマ区切りリスト: 329 = チャンネル作成日、332 = トピック、333 = トピックを作成したニックネームおよび日付、366 = チャンネル参加者リスト`
** タイプ: 文字列
** 値: 未制約文字列 (デフォルト値: `"329,332,333,366"`)
** 値: 未制約文字列 (デフォルト値: `"329,332,333"`)
* [[option_irc.look.display_old_topic]] *irc.look.display_old_topic*
** 説明: `チャンネルトピックが変更された場合に、古いトピックを表示`