]> kaliko git repositories - sid.git/commitdiff
Update copyrights
authorkaliko <kaliko@azylum.org>
Fri, 1 May 2020 10:41:57 +0000 (12:41 +0200)
committerkaliko <kaliko@azylum.org>
Fri, 1 May 2020 11:20:25 +0000 (13:20 +0200)
sid/ping.py
sid/plugin.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
index 3e7c87e63714e57e4bd9775b249239dea9a8a2d3..6ff12eed45f01194df1597082f105d8519c3a242 100644 (file)
@@ -1,7 +1,7 @@
 # -*- coding: utf-8 -*-
 
 # Copyright (C) 2010, 2011 AnaĆ«l Verrier <elghinn@free.fr>
-# 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
@@ -35,7 +35,7 @@ class Plugin:
             }
         """
         if isinstance(msg, str):
-            msg = {'mbody':msg}
+            msg = {'mbody': msg}
         msg.setdefault('mhtml', None)
         self.bot.send_message(mto=dest,
                               mtype=mtype,