3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-11-22 11:59:43 +01:00

doc/Admin.md: fix typo

This commit is contained in:
Pragmatic Software 2020-01-09 23:31:35 -08:00
parent 12d6182b9d
commit e00748a416

View File

@ -186,8 +186,8 @@ Sets or unsets channel or user modes.
Usage: `mode <flags> <targets>`
PBot extends the IRC `MODE` command in useful ways. For instance, the `<targets>`
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.