X-Git-Url: https://git.kaliko.me/?p=sid.git;a=blobdiff_plain;f=sid%2Fping.py;h=4f3f44ff6cc4c69cbff4324ed00f5e67645fc992;hp=9fbab84a5cb19be9b5bcffbe81338fd2d86816f0;hb=dbc1b2e6149234b8571425b6684a2858fa52c545;hpb=685ca532c5f30b41da003878cbfca8183b4965b7 diff --git a/sid/ping.py b/sid/ping.py index 9fbab84..4f3f44f 100644 --- a/sid/ping.py +++ b/sid/ping.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -# Copyright (C) 2014 kaliko +# Copyright (C) 2014, 2020 kaliko # 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':'!pong'.format(self), - 'mbody':'!pong',} + msg = {'mhtml': '!pong'.format(self), + 'mbody': '!pong'} self.reply(rcv, msg) # VIM MODLINE