mirror of
https://github.com/pragma-/pbot.git
synced 2024-11-25 13:29:29 +01:00
doc/Admin.md: improvements
This commit is contained in:
parent
5c0881cd35
commit
340e31acb2
12
doc/Admin.md
12
doc/Admin.md
@ -562,12 +562,20 @@ 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 `.*` or `.*?`. For example,
|
The `remove` command's `<event>` argument can include wildcards of the form `.*`. For example,
|
||||||
to remove all `command` events, you can simply do:
|
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`:
|
||||||
|
|
||||||
|
<pragma-> eventqueue remove command #channel .*
|
||||||
|
|
||||||
|
Or to remove all events in `#channel`:
|
||||||
|
|
||||||
|
<pragma-> eventqueue remove .* #channel .*
|
||||||
|
|
||||||
## Process management commands
|
## Process management commands
|
||||||
### ps
|
### ps
|
||||||
Lists all currently running background processes.
|
Lists all currently running background processes.
|
||||||
|
Loading…
Reference in New Issue
Block a user