mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-22 11:59:43 +01:00
doc/Admin.md: improvements
This commit is contained in:
parent
9c8da0238a
commit
3f97b26d1a
10
doc/Admin.md
10
doc/Admin.md
@ -563,19 +563,15 @@ For example, to schedule a command to run 1 hour from now:
|
||||
|
||||
<PBot> Ta-da!
|
||||
|
||||
The `remove` command's `<event>` argument can include wildcards of the form `.*`. For example,
|
||||
The `remove` command's `<event>` argument can include wildcards. For example,
|
||||
to remove all `command` events:
|
||||
|
||||
<pragma-> eventqueue remove command .*
|
||||
<pragma-> eventqueue remove command *
|
||||
<PBot> Removed 1 event.
|
||||
|
||||
Or to remove all `command` events in `#channel`:
|
||||
|
||||
<pragma-> eventqueue remove command #channel .*
|
||||
|
||||
Or to remove all events in `#channel`:
|
||||
|
||||
<pragma-> eventqueue remove .* #channel .*
|
||||
<pragma-> eventqueue remove command #channel *
|
||||
|
||||
## Process management commands
|
||||
### ps
|
||||
|
Loading…
Reference in New Issue
Block a user