diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/regex_admin.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/plugins/regex_admin.py b/plugins/regex_admin.py index dbd5e49f..05b65db2 100644 --- a/plugins/regex_admin.py +++ b/plugins/regex_admin.py @@ -15,18 +15,17 @@ Commands Those commands take a regular expression (as defined in the `re module documentation`_) as a parameter. -For roles -~~~~~~~~~ - .. glossary:: :sorted: /rkick + **Usage:** ``/rkick <regex>`` Kick a participant using a regex. /rban + **Usage:** ``/rban <regex>`` Ban a participant using a regex. |