summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-04-08 18:38:00 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-04-08 18:38:00 +0000
commitc525b231e4a5c39d708fdf25b87c25f3d8a769bb (patch)
tree83b5da5e97958704edb0c41dc37632fe4bbfb0f5 /doc
parent6963ca7b651071d071d96228b6d6d0a2ef85cb91 (diff)
downloadweechat-c525b231e4a5c39d708fdf25b87c25f3d8a769bb.zip
Added hostnames associeted to nicks (available for /ban completion)
Diffstat (limited to 'doc')
-rw-r--r--doc/en/weechat.en.xml4
-rw-r--r--doc/fr/weechat.fr.xml7
2 files changed, 11 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", &amp;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>
diff --git a/doc/fr/weechat.fr.xml b/doc/fr/weechat.fr.xml
index 8e779539a..0785dcc14 100644
--- a/doc/fr/weechat.fr.xml
+++ b/doc/fr/weechat.fr.xml
@@ -2051,6 +2051,13 @@ plugin->msg_handler_add (plugin, "KICK", &amp;msg_kick, NULL, NULL);
<entry>pseudos du canal courant</entry>
</row>
<row>
+ <entry><literal>%N</literal></entry>
+ <entry>
+ pseudos et noms de machines du canal
+ courant
+ </entry>
+ </row>
+ <row>
<entry><literal>%o</literal></entry>
<entry>options de configuration</entry>
</row>