From 37e859944323efd546e39e4fbd4f999ad760230b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 24 Jan 2023 20:58:17 +0100 Subject: irc: add option `join` in command `/autojoin` --- doc/it/includes/autogen_user_commands.it.adoc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/it') diff --git a/doc/it/includes/autogen_user_commands.it.adoc b/doc/it/includes/autogen_user_commands.it.adoc index 4299fd24b..7a64ad907 100644 --- a/doc/it/includes/autogen_user_commands.it.adoc +++ b/doc/it/includes/autogen_user_commands.it.adoc @@ -131,6 +131,7 @@ Examples: addraw [,...] [[,...]] del [ [...]] apply + join sort add: add current channel or a list of channels (with optional keys) to the autojoin option; if you are on the channel and the key is not provided, the key is read in the channel @@ -139,6 +140,7 @@ Examples: channel: channel name key: key for the channel apply: set currently joined channels in the autojoin option + join: join the channels in the autojoin option sort: sort alphabetically channels in the autojoin option Examples: @@ -150,6 +152,7 @@ Examples: /autojoin del /autojoin del #chan1 /autojoin apply + /autojoin join /autojoin sort ---- -- cgit v1.2.3