From 3f97b26d1a913f5ef255db6ceb95bf750c9766dc Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Mon, 9 Mar 2020 12:49:17 -0700 Subject: [PATCH] doc/Admin.md: improvements --- doc/Admin.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) 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