mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 21:36:37 +02:00
irc: fix /help list and French translation
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user