diff options
Diffstat (limited to 'doc/en')
-rw-r--r-- | doc/en/autogen/plugin_api/completions.txt | 2 | ||||
-rw-r--r-- | doc/en/autogen/user/irc_commands.txt | 4 | ||||
-rw-r--r-- | doc/en/autogen/user/irc_options.txt | 5 |
3 files changed, 9 insertions, 2 deletions
diff --git a/doc/en/autogen/plugin_api/completions.txt b/doc/en/autogen/plugin_api/completions.txt index 2b5b4eebf..4dd4fb19a 100644 --- a/doc/en/autogen/plugin_api/completions.txt +++ b/doc/en/autogen/plugin_api/completions.txt @@ -22,6 +22,8 @@ | irc | irc_ignores_numbers | numbers for defined ignores +| irc | irc_msg_kick | default kick message + | irc | irc_msg_part | default part message for IRC channel | irc | irc_notify_nicks | nicks in notify list diff --git a/doc/en/autogen/user/irc_commands.txt b/doc/en/autogen/user/irc_commands.txt index 0c93b700c..505a24155 100644 --- a/doc/en/autogen/user/irc_commands.txt +++ b/doc/en/autogen/user/irc_commands.txt @@ -251,7 +251,7 @@ Examples: channel: channel where user is nick: nick to kick - reason: reason for kick + reason: reason for kick (special variables $nick, $channel and $server are replaced by their value) ........................................ [[command_irc_kickban]] @@ -261,7 +261,7 @@ channel: channel where user is channel: channel where user is nick: nick to kick and ban - reason: reason for kick + reason: reason for kick (special variables $nick, $channel and $channel are replaced by their value) It is possible to kick/ban with a mask, nick will be extracted from mask and replaced by "*". diff --git a/doc/en/autogen/user/irc_options.txt b/doc/en/autogen/user/irc_options.txt index c9a4f4e5a..8897470d5 100644 --- a/doc/en/autogen/user/irc_options.txt +++ b/doc/en/autogen/user/irc_options.txt @@ -468,6 +468,11 @@ ** type: integer ** values: 1 .. 3600 (default value: `60`) +* [[option_irc.server_default.default_msg_kick]] *irc.server_default.default_msg_kick* +** description: `default kick message used by commands "/kick" and "/kickban" (special variables $nick, $channel and $server are replaced by their value)` +** type: string +** values: any string (default value: `""`) + * [[option_irc.server_default.default_msg_part]] *irc.server_default.default_msg_part* ** description: `default part message (leaving channel) ("%v" will be replaced by WeeChat version in string)` ** type: string |