diff options
Diffstat (limited to 'plugins/amsg.py')
-rw-r--r-- | plugins/amsg.py | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/plugins/amsg.py b/plugins/amsg.py index c330373f..01758db0 100644 --- a/plugins/amsg.py +++ b/plugins/amsg.py @@ -4,12 +4,6 @@ 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 ------- @@ -18,6 +12,8 @@ Command /amsg **Usage:** ``/amsg <message>`` + Broadcast a message. + """ from plugin import BasePlugin |