diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-06 21:25:31 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-05-06 21:25:31 +0200 |
commit | 37ad9e368490c4ef6f6d74dcc8911caad49f8e1a (patch) | |
tree | 6f313bbe3faf043301fcb56bfa6af7d998e93ee1 /doc/en/autogen | |
parent | ce189fdd2dfb52f733cfb641b16f39af813138b3 (diff) | |
download | weechat-37ad9e368490c4ef6f6d74dcc8911caad49f8e1a.zip |
irc: add option irc.look.join_auto_add_chantype (closes #65)
Diffstat (limited to 'doc/en/autogen')
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index 023e361c9..1177dd409 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -203,6 +203,11 @@ ** type: boolean ** values: on, off (default value: `on`) +* [[option_irc.look.join_auto_add_chantype]] *irc.look.join_auto_add_chantype* +** description: `automatically add channel type in front of channel name on command /join if the channel name does not start with a valid channel type for the server; for example: "/join weechat" will in fact send: "/join #weechat"` +** type: boolean +** values: on, off (default value: `off`) + * [[option_irc.look.msgbuffer_fallback]] *irc.look.msgbuffer_fallback* ** description: `default target buffer for msgbuffer options when target is private and that private buffer is not found` ** type: integer |