X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=sid%2Fping.py;h=9fbab84a5cb19be9b5bcffbe81338fd2d86816f0;hb=HEAD;hp=a641c83108206543c1631546a10b78e2bfe3cb61;hpb=4a7f23317ab2236a85c3a17a00a52ac034c9bad7;p=sid.git diff --git a/sid/ping.py b/sid/ping.py index a641c83..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,7 @@ 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"! """