diff --git a/doc/Admin.md b/doc/Admin.md index 9addbfd3..673df014 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -563,19 +563,15 @@ For example, to schedule a command to run 1 hour from now: Ta-da! -The `remove` command's `` argument can include wildcards of the form `.*`. For example, +The `remove` command's `` argument can include wildcards. For example, to remove all `command` events: - eventqueue remove command .* + eventqueue remove command * Removed 1 event. Or to remove all `command` events in `#channel`: - eventqueue remove command #channel .* - -Or to remove all events in `#channel`: - - eventqueue remove .* #channel .* + eventqueue remove command #channel * ## Process management commands ### ps