From e00748a416a7ec6f7538e38af7202e52c8d7e6f1 Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 9 Jan 2020 23:31:35 -0800 Subject: [PATCH] doc/Admin.md: fix typo --- doc/Admin.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Admin.md b/doc/Admin.md index 7450b33a..aeea80d8 100644 --- a/doc/Admin.md +++ b/doc/Admin.md @@ -186,8 +186,8 @@ Sets or unsets channel or user modes. Usage: `mode ` PBot extends the IRC `MODE` command in useful ways. For instance, the `` -parameter can contain wildcards. To op everybody whose nick ends with `-dev`, for -instance, you can do `!mode +o *-dev`. +parameter can contain wildcards. To op everybody whose nick ends with `|dev`, for +instance, you can do `!mode +o *|dev`. #### ban Bans a user. If the argument is a `nick` instead of a `hostmask`, it will determine an appropriate banmask for that nick.