diff options
Diffstat (limited to 'plugins/amsg.py')
-rw-r--r-- | plugins/amsg.py | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/plugins/amsg.py b/plugins/amsg.py index 57a37255..c330373f 100644 --- a/plugins/amsg.py +++ b/plugins/amsg.py @@ -1,5 +1,25 @@ -# A simple broadcast plugin +""" +This plugin broadcasts a message to all your joined rooms. +.. note:: With great power comes great responsability. + Use with moderation. + +Installation +------------ +You only have to load the plugin.:: + + /load amsg + +Command +------- + +.. glossary:: + + /amsg + **Usage:** ``/amsg <message>`` + + +""" from plugin import BasePlugin from tabs import MucTab |