diff options
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" |