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/de/autogen | |
parent | ce189fdd2dfb52f733cfb641b16f39af813138b3 (diff) | |
download | weechat-37ad9e368490c4ef6f6d74dcc8911caad49f8e1a.zip |
irc: add option irc.look.join_auto_add_chantype (closes #65)
Diffstat (limited to 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/user/irc_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/de/autogen/user/irc_options.txt b/doc/de/autogen/user/irc_options.txt index 06c78d586..544431f7d 100644 --- a/doc/de/autogen/user/irc_options.txt +++ b/doc/de/autogen/user/irc_options.txt @@ -203,6 +203,11 @@ ** Typ: boolesch ** Werte: on, off (Standardwert: `on`) +* [[option_irc.look.join_auto_add_chantype]] *irc.look.join_auto_add_chantype* +** Beschreibung: `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"` +** Typ: boolesch +** Werte: on, off (Standardwert: `off`) + * [[option_irc.look.msgbuffer_fallback]] *irc.look.msgbuffer_fallback* ** Beschreibung: `Standardbuffer der für Ausgaben genutzt werden soll, falls ein privater Buffer nicht gefunden wird` ** Typ: integer |