mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-26 05:49:27 +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!
|
<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:
|
to remove all `command` events:
|
||||||
|
|
||||||
<pragma-> eventqueue remove command .*
|
<pragma-> eventqueue remove command *
|
||||||
<PBot> Removed 1 event.
|
<PBot> Removed 1 event.
|
||||||
|
|
||||||
Or to remove all `command` events in `#channel`:
|
Or to remove all `command` events in `#channel`:
|
||||||
|
|
||||||
<pragma-> eventqueue remove command #channel .*
|
<pragma-> eventqueue remove command #channel *
|
||||||
|
|
||||||
Or to remove all events in `#channel`:
|
|
||||||
|
|
||||||
<pragma-> eventqueue remove .* #channel .*
|
|
||||||
|
|
||||||
## Process management commands
|
## Process management commands
|
||||||
### ps
|
### ps
|
||||||
|
Loading…
Reference in New Issue
Block a user