diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-08-07 22:26:55 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-08-07 22:26:55 +0000 |
commit | 1d211a16da60819b769e0805329dd218fa43b8e0 (patch) | |
tree | 4a3a08515b899c99532a1c643a0dd86a748c8020 /doc/en/weechat.en.xml | |
parent | f8c913a77ac493b4823bd7e9c64eff0b2aef67d8 (diff) | |
download | weechat-1d211a16da60819b769e0805329dd218fa43b8e0.zip |
Added missing modes (channel & user), now all modes are allowed (bug #16606), added "%m" for completion with self nick (on current server)
Diffstat (limited to 'doc/en/weechat.en.xml')
-rw-r--r-- | doc/en/weechat.en.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/en/weechat.en.xml b/doc/en/weechat.en.xml index 9432f1e38..d27258cc4 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -2009,6 +2009,10 @@ plugin->msg_handler_add (plugin, "KICK", &msg_kick, NULL, NULL); <entry>key functions</entry> </row> <row> + <entry><literal>%m</literal></entry> + <entry>nick on current server</entry> + </row> + <row> <entry><literal>%n</literal></entry> <entry>nicks of current channel</entry> </row> |