diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-08 10:00:23 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2014-06-08 10:00:23 +0200 |
commit | e723cbc0c7d069ee7e62f73ad58a1795668852b7 (patch) | |
tree | ca2ca865c5f720645540e9ddb084ec6360b94b65 /doc | |
parent | f68c9c6df6d22c55015ebe69430d73ad4e6661a0 (diff) | |
download | weechat-e723cbc0c7d069ee7e62f73ad58a1795668852b7.zip |
irc: fix French translation of "kick"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/fr/autogen/user/irc_commands.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/fr/autogen/user/irc_commands.asciidoc b/doc/fr/autogen/user/irc_commands.asciidoc index 24dde9ab6..0a8dcddba 100644 --- a/doc/fr/autogen/user/irc_commands.asciidoc +++ b/doc/fr/autogen/user/irc_commands.asciidoc @@ -311,7 +311,7 @@ raison : raison (les variables spéciales $nick, $channel et $server sont rempl Il est possible d'éjecter/bannir avec un masque, le pseudo sera extrait du masque et remplacé par "*". Exemple : - bannir "*!*@host.com" puis éliminer "toto" : + bannir "*!*@host.com" puis éjecter "toto" : /kickban toto!*@host.com ---- |