diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-04-08 18:38:00 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-04-08 18:38:00 +0000 |
commit | c525b231e4a5c39d708fdf25b87c25f3d8a769bb (patch) | |
tree | 83b5da5e97958704edb0c41dc37632fe4bbfb0f5 /doc/en | |
parent | 6963ca7b651071d071d96228b6d6d0a2ef85cb91 (diff) | |
download | weechat-c525b231e4a5c39d708fdf25b87c25f3d8a769bb.zip |
Added hostnames associeted to nicks (available for /ban completion)
Diffstat (limited to 'doc/en')
-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 11e3be35d..6b4ea5d0c 100644 --- a/doc/en/weechat.en.xml +++ b/doc/en/weechat.en.xml @@ -2010,6 +2010,10 @@ plugin->msg_handler_add (plugin, "KICK", &msg_kick, NULL, NULL); <entry>nicks of current channel</entry> </row> <row> + <entry><literal>%N</literal></entry> + <entry>nicks and hostnames of current channel</entry> + </row> + <row> <entry><literal>%o</literal></entry> <entry>setup options</entry> </row> |