]> kaliko git repositories - sid.git/blobdiff - sid/ping.py
Fixed tell "purge" command
[sid.git] / sid / ping.py
index 96d92c79ced2ef3c21f077477590e4a847759cdb..9fbab84a5cb19be9b5bcffbe81338fd2d86816f0 100644 (file)
@@ -27,10 +27,8 @@ class Ping(Plugin):
         """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),
-                'mbody':'!pong',
-                }
+        msg = {'mhtml':'!<a href="{0.PongURL}">pong</a>'.format(self),
+               'mbody':'!pong',}
         self.reply(rcv, msg)
 
 # VIM MODLINE