mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 11:59:43 +01:00
doc: whitelist is no longer a command
This commit is contained in:
parent
eaf62c5b8a
commit
7dd0196c54
15
doc/Admin.md
15
doc/Admin.md
@ -33,7 +33,6 @@
|
||||
* [Channel metadata list](#channel-metadata-list)
|
||||
* [ignore](#ignore)
|
||||
* [unignore](#unignore)
|
||||
* [whitelist](#whitelist)
|
||||
* [blacklist](#blacklist)
|
||||
* [op](#op)
|
||||
* [deop](#deop)
|
||||
@ -237,8 +236,7 @@ Observe.
|
||||
can-actiontrigger, can-akalink, can-akaunlink, can-antispam, can-blacklist,
|
||||
can-chanlist, can-clear-bans, can-clear-mutes, can-countertrigger, can-ignore,
|
||||
can-in, can-join, can-kick-wildcard, can-mode, can-op-wildcard, can-part,
|
||||
can-unignore, can-useradd, can-userdel, can-userset, can-userunset, can-voice-wildcard,
|
||||
can-whitelist
|
||||
can-unignore, can-useradd, can-userdel, can-userset, can-userunset, can-voice-wildcard
|
||||
<!-- -->
|
||||
<pragma-> cap list chanop
|
||||
<PBot> Grouped capabilities for chanop: can-ban (1 cap), can-deop (1 cap), can-devoice (1 cap),
|
||||
@ -398,15 +396,6 @@ Unignores a user. If you omit `[channel]` PBot will unignore the user from all c
|
||||
|
||||
Usage: `unignore <hostmask regex> [channel]`
|
||||
|
||||
### whitelist
|
||||
Whitelists a hostmask regex to be exempt from ban evasions or anti-flood enforcement.
|
||||
|
||||
Usages:
|
||||
|
||||
- `whitelist <show/list>`
|
||||
- `whitelist add <channel> <hostmask>`
|
||||
- `whitelist remove <channel> <hostmask>`
|
||||
|
||||
### blacklist
|
||||
Blacklists a hostmask regex from joining a channel.
|
||||
|
||||
@ -581,7 +570,7 @@ Reloads a data or configuration file from `$data_dir`. This is useful if you
|
||||
manually edit a data or configuration file and you want PBot to know about the
|
||||
modifications.
|
||||
|
||||
Usage `reload <admins|bantimeouts|blacklist|channels|factoids|funcs|ignores|mutetimeouts|registry|whitelist>`
|
||||
Usage `reload <admins|bantimeouts|blacklist|channels|factoids|funcs|ignores|mutetimeouts|registry>`
|
||||
|
||||
### sl
|
||||
Sends a raw IRC command to the server. Use the `sl` command when
|
||||
|
@ -105,7 +105,6 @@
|
||||
* [Channel metadata list](Admin.md#channel-metadata-list)
|
||||
* [ignore](Admin.md#ignore)
|
||||
* [unignore](Admin.md#unignore)
|
||||
* [whitelist](Admin.md#whitelist)
|
||||
* [blacklist](Admin.md#blacklist)
|
||||
* [op](Admin.md#op)
|
||||
* [deop](Admin.md#deop)
|
||||
|
Loading…
Reference in New Issue
Block a user