diff options
Diffstat (limited to 'doc/en/weechat.en.xml')
-rw-r--r-- | doc/en/weechat.en.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index 096dc850f..9432f1e38 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -1952,8 +1952,8 @@ plugin->msg_handler_add (plugin, "KICK", &msg_kick, NULL, NULL); which means "abc" or a WeeChat command for first argument, "def" or IRC command for second. An empty string lets WeeChat complete any argument with - a nick from current channel, NULL disable completion for - all command arguments. + a nick from current channel, NULL or "-" disable completion + for all command arguments. </para> <para> Following codes can be used: |