]> kaliko git repositories - sid.git/blobdiff - sid/ping.py
Improved help strings, add doc url
[sid.git] / sid / ping.py
index 3476e7a333b7f91c9a244cd9a030cff8e94a083c..eea657667eee0d83a5fde2730a1271f29e73c06a 100644 (file)
@@ -25,7 +25,8 @@ class Ping(Plugin):
 
     @botcmd
     def ping(self, rcv, args):
-        """ping's answering a pong showing the bot is alive.
+        """Answers a pong showing the bot is alive.
+
         !ping : You'll get back "pong"!
         """
         msg = {'mhtml': '!<a href="{0.PongURL}">pong</a>'.format(self),