diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-07-27 16:04:46 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-07-27 16:04:46 +0000 |
commit | 06cc936937ba0b43fc4db4474c208494b3efdd74 (patch) | |
tree | 004e3d602f3008c879b6bb92a350b7774db44944 /doc/en | |
parent | 451f623c9881867de4895e4dbc5908ad1a1699f0 (diff) | |
download | weechat-06cc936937ba0b43fc4db4474c208494b3efdd74.zip |
Fixed completion for command handlers (now empty completion_template means nick completion, "-" string means no completion at all)
Diffstat (limited to 'doc/en')
-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: |