]> kaliko git repositories - sid.git/blobdiff - sid/ping.py
Reformat docstrings to have nice help message
[sid.git] / sid / ping.py
index 3476e7a333b7f91c9a244cd9a030cff8e94a083c..a641c83108206543c1631546a10b78e2bfe3cb61 100644 (file)
@@ -26,6 +26,7 @@ class Ping(Plugin):
     @botcmd
     def ping(self, rcv, args):
         """ping's answering a pong showing the bot is alive.
+
         !ping : You'll get back "pong"!
         """
         msg = {'mhtml': '!<a href="{0.PongURL}">pong</a>'.format(self),