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 | |
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')
-rw-r--r-- | doc/de/weechat.de.xml | 4 | ||||
-rw-r--r-- | doc/en/weechat.en.xml | 4 | ||||
-rw-r--r-- | doc/fr/weechat.fr.xml | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/doc/de/weechat.de.xml b/doc/de/weechat.de.xml index 07c5534ae..083ef6294 100644 --- a/doc/de/weechat.de.xml +++ b/doc/de/weechat.de.xml @@ -1992,6 +1992,10 @@ plugin->msg_handler_add (plugin, "KICK", &msg_kick, NULL, NULL); <entry>Grundfunktionen</entry> </row> <row> + <entry><literal>%m</literal></entry> + <entry>Nicknamen des gegenwärtigen Servers</entry> + </row> + <row> <entry><literal>%n</literal></entry> <entry>Nicknamen des gegenwärtigen Channels</entry> </row> 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> diff --git a/doc/fr/weechat.fr.xml b/doc/fr/weechat.fr.xml index 82eb1cc22..c05258ce5 100644 --- a/doc/fr/weechat.fr.xml +++ b/doc/fr/weechat.fr.xml @@ -2050,6 +2050,10 @@ plugin->msg_handler_add (plugin, "KICK", &msg_kick, NULL, NULL); <entry>fonctions associées aux touches</entry> </row> <row> + <entry><literal>%m</literal></entry> + <entry>pseudo sur le serveur courant</entry> + </row> + <row> <entry><literal>%n</literal></entry> <entry>pseudos du canal courant</entry> </row> |