diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-14 10:10:02 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-08-14 10:31:22 +0200 |
commit | 9727861d66f8aff1485e2f99439cacf8aa388f8f (patch) | |
tree | 103c5166719eb4c9f27552ba4d7518c829adcc2d /src/plugins/irc | |
parent | 2829a8ee2bdd586d03d64d0c2ea14985bc55ed52 (diff) | |
download | weechat-9727861d66f8aff1485e2f99439cacf8aa388f8f.zip |
irc: fix /help list and French translation
Diffstat (limited to 'src/plugins/irc')
-rw-r--r-- | src/plugins/irc/irc-command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c index 44fd1247f..e6d12ad77 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -7306,17 +7306,17 @@ irc_command_init () " * show all channels (no filter)\n" " xxx show only channels with \"xxx\" in name or topic (case insensitive)\n" " n:xxx show only channels with \"xxx\" in name (case insensitive)\n" + " t:xxx show only channels with \"xxx\" in topic (case insensitive)\n" " u:n show only channels with at least \"n\" users\n" " u:>n show only channels with more than \"n\" users\n" " u:<n show only channels with less than \"n\" users\n" - " t:xxx show only channels with \"xxx\" in topic (case insensitive)\n" " c:xxx show only channels matching the evaluated " "condition \"xxx\", using following variables: name, name2, users, " "topic\n" " ctrl-j j join channel on selected line\n" " s:x,y sort channels by fields x,y (see below)\n" " s: reset sort to its default value (see below)\n" - " $ refresh list\n" + " $ refresh list (run again command /list)\n" " q close buffer\n" "\n" "Sort keys on /list buffer:\n" |