summaryrefslogtreecommitdiff
path: root/plugins/amsg.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/amsg.py')
-rw-r--r--plugins/amsg.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/plugins/amsg.py b/plugins/amsg.py
index 697f793f..a002b11e 100644
--- a/plugins/amsg.py
+++ b/plugins/amsg.py
@@ -5,7 +5,10 @@ from tabs import MucTab
class Plugin(BasePlugin):
def init(self):
- self.add_command('amsg', self.command_amsg, "Usage: /amsg <message>\nAmsg: Broadcast the message to all the joined rooms.")
+ self.add_command('amsg', self.command_amsg,
+ usage='<message>',
+ short='Broadcast a message',
+ help='Broadcast the message to all the joined rooms.')
def command_amsg(self, args):
for room in self.core.tabs: