From 3cc86e714581b1dfaa252ad85345c5689ecf5424 Mon Sep 17 00:00:00 2001 From: mathieui Date: Wed, 7 Aug 2013 21:10:03 +0200 Subject: Add the missing regex admin documentation --- doc/source/plugins/regex_admin.rst | 6 ++++++ plugins/regex_admin.py | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) create mode 100644 doc/source/plugins/regex_admin.rst diff --git a/doc/source/plugins/regex_admin.rst b/doc/source/plugins/regex_admin.rst new file mode 100644 index 00000000..c6530bb6 --- /dev/null +++ b/doc/source/plugins/regex_admin.rst @@ -0,0 +1,6 @@ +.. _regex-admin-plugin: + +Admin regex +=========== + +.. automodule:: regex_admin 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 `` Kick a participant using a regex. /rban + **Usage:** ``/rban `` Ban a participant using a regex. -- cgit v1.2.3