X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sid%2Fping.py;h=a0463ea03ee4b098b609f6f0986912b2c731cb92;hb=b32d7a8cb7b1bd5cd16e461d14ed94891b93014f;hp=3476e7a333b7f91c9a244cd9a030cff8e94a083c;hpb=912b046c8bdf24a2e8a477269256ad99593f0728;p=sid.git diff --git a/sid/ping.py b/sid/ping.py index 3476e7a..a0463ea 100644 --- a/sid/ping.py +++ b/sid/ping.py @@ -1,18 +1,6 @@ # -*- coding: utf-8 -*- - -# 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 -# the Free Software Foundation, version 3 only. - -# This program is distributed in the hope that it will be useful, -# but WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -# GNU General Public License for more details. - -# You should have received a copy of the GNU General Public License -# along with this program. If not, see . +# SPDX-FileCopyrightText: 2014, 2020 kaliko +# SPDX-License-Identifier: GPL-3.0-or-later from .plugin import Plugin, botcmd @@ -25,7 +13,8 @@ class Ping(Plugin): @botcmd def ping(self, rcv, args): - """ping's answering a pong showing the bot is alive. + """Answers a pong showing the bot is alive. + !ping : You'll get back "pong"! """ msg = {'mhtml': '!pong'.format(self),