diff options
author | mathieui <mathieui@mathieui.net> | 2014-03-27 23:45:47 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2014-03-27 23:45:47 +0100 |
commit | 550aa6efa484d8a3a3872ac947e140a3b009ff5f (patch) | |
tree | 3d037e4db40c0addd2c51720a7ddec056d7aaf89 /plugins/amsg.py | |
parent | e80ea90e58bc9091729482e67eb24d3a94fecf30 (diff) | |
download | poezio-550aa6efa484d8a3a3872ac947e140a3b009ff5f.tar.gz poezio-550aa6efa484d8a3a3872ac947e140a3b009ff5f.tar.bz2 poezio-550aa6efa484d8a3a3872ac947e140a3b009ff5f.tar.xz poezio-550aa6efa484d8a3a3872ac947e140a3b009ff5f.zip |
Remove useless "installation" parts from the plugin documentations
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 |