From e1956533a6e04d7ba2afdbc841b48804a84120b3 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 1 Mar 2013 19:25:31 +0100 Subject: Fix #2231 (update the plugins to use the new help system) And fix some imprecisions/mistakes in the help. --- plugins/uptime.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins/uptime.py') diff --git a/plugins/uptime.py b/plugins/uptime.py index ca79ce84..5390f9f7 100644 --- a/plugins/uptime.py +++ b/plugins/uptime.py @@ -6,7 +6,10 @@ from sleekxmpp.xmlstream.stanzabase import JID class Plugin(BasePlugin): def init(self): - self.add_command('uptime', self.command_uptime, '/uptime [jid]\nUptime: Ask for the uptime of a server or component (see XEP-0012).', None) + self.add_command('uptime', self.command_uptime, + usage='', + help='Ask for the uptime of a server or component (see XEP-0012).', + short='Get the uptime') def command_uptime(self, arg): def callback(iq): -- cgit v1.2.3