diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-01 17:49:46 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2023-05-01 17:49:46 +0200 |
commit | ed2ab8a6d0e4f88d42337bd97a9274175f2bde6f (patch) | |
tree | 91d5bbca2b9537ca3af5f98f61736985827a2566 /src/plugins/irc/irc-command.c | |
parent | 000d550ff81152ae01ba7a2d5927686bbd42c5c5 (diff) | |
download | weechat-ed2ab8a6d0e4f88d42337bd97a9274175f2bde6f.zip |
irc: fix help on `sort` option in command `/autojoin` (issue #1876)
Diffstat (limited to 'src/plugins/irc/irc-command.c')
-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 2e8f1c06c..1e8ec65c4 100644 --- a/src/plugins/irc/irc-command.c +++ b/src/plugins/irc/irc-command.c @@ -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" |