]> kaliko git repositories - sid.git/blobdiff - sid/ping.py
Reformat docstrings to have nice help message
[sid.git] / sid / ping.py
index 4f3f44ff6cc4c69cbff4324ed00f5e67645fc992..a641c83108206543c1631546a10b78e2bfe3cb61 100644 (file)
@@ -16,6 +16,7 @@
 
 from .plugin import Plugin, botcmd
 
+
 class Ping(Plugin):
     PongURL = 'http://upload.wikimedia.org/wikipedia/commons/f/f8/Pong.png'
 
@@ -25,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),