summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user
diff options
context:
space:
mode:
Diffstat (limited to 'doc/en/autogen/user')
-rw-r--r--doc/en/autogen/user/irc_commands.adoc6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/en/autogen/user/irc_commands.adoc b/doc/en/autogen/user/irc_commands.adoc
index 72b319fd4..05bea325b 100644
--- a/doc/en/autogen/user/irc_commands.adoc
+++ b/doc/en/autogen/user/irc_commands.adoc
@@ -851,20 +851,22 @@ target: server name
* `+unban+`: unban nicks or hosts
----
-/unban [<channel>] <nick> [<nick>...]
+/unban [<channel>] <nick>|<number> [<nick>|<number>...]
channel: channel name
nick: nick or host
+ number: ban number (as displayed by command /ban)
----
[[command_irc_unquiet]]
* `+unquiet+`: unquiet nicks or hosts
----
-/unquiet [<channel>] <nick> [<nick>...]
+/unquiet [<channel>] <nick>|<number> [<nick>|<number>...]
channel: channel name
nick: nick or host
+ number: quiet number (as displayed by command /quiet)
----
[[command_irc_userhost]]