3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-06 11:28:43 +02:00

doc/Admin.md: document * argument to unban/unmute

This commit is contained in:
Pragmatic Software 2020-02-05 17:23:34 -08:00
parent 67ba1292d0
commit 3423f29243

View File

@ -438,7 +438,7 @@ If `timeout` is omitted, PBot will ban the user for 24 hours. Timeout can be spe
### unban/unmute ### unban/unmute
Unbans or unmutes a user. If the argument is a nick instead of a hostmask, it will find all bans that match any of that nick's hostmasks or NickServ accounts and unban them. Unbans or unmutes a user. If the argument is a nick instead of a hostmask, it will find all bans that match any of that nick's hostmasks or NickServ accounts and unban them.
The argument can be a comma-separated list of multiple nicks or masks. The argument can be a comma-separated list of multiple nicks or masks. If the argument is `*` then all bans/mutes for the channel will be removed.
Usages: Usages:
- `unban <nick or hostmask> [channel]` - `unban <nick or hostmask> [channel]`