1
0
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:
Sébastien Helleu
2023-05-01 17:49:46 +02:00
parent 000d550ff8
commit ed2ab8a6d0
15 changed files with 76 additions and 47 deletions
+2 -2
View File
@@ -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"