mirror of
https://github.com/weechat/weechat.git
synced 2026-06-27 13:26:38 +02:00
irc: fix help on sort option in command /autojoin (issue #1876)
This commit is contained in:
@@ -6904,8 +6904,8 @@ irc_command_init ()
|
||||
" key: key for the channel\n"
|
||||
" apply: set currently joined channels in the autojoin option\n"
|
||||
" join: join the channels in the autojoin option\n"
|
||||
" sort: sort alphabetically channels in the autojoin option\n"
|
||||
" buffer: sort channels by order of buffers in the autojoin option\n"
|
||||
" sort: sort alphabetically channels in the autojoin option; "
|
||||
"with \"buffer\": first sort by buffer number, then alphabetically\n"
|
||||
"\n"
|
||||
"Examples:\n"
|
||||
" /autojoin add\n"
|
||||
|
||||
Reference in New Issue
Block a user