]> kaliko git repositories - sid.git/blobdiff - sid/ping.py
Update copyrights
[sid.git] / sid / ping.py
index 9fbab84a5cb19be9b5bcffbe81338fd2d86816f0..4f3f44ff6cc4c69cbff4324ed00f5e67645fc992 100644 (file)
@@ -1,6 +1,6 @@
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2014 kaliko <kaliko@azylum.org>
+# Copyright (C) 2014, 2020 kaliko <kaliko@azylum.org>
 
 # This program is free software: you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
@@ -27,8 +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