s/was/has been/ in !ping removal notice

Present perfect makes more sense here.
This commit is contained in:
nyuszika7h 2015-05-27 15:09:29 +02:00
parent 8c9561bbc3
commit c3290b2d11

View File

@ -598,7 +598,7 @@ def pong(cli, nick, chan, rest):
def pinger(cli, nick, chan, rest):
"""Placeholder for the old ping-related commands."""
cli.notice(nick, ("This command was removed. Please see "
cli.notice(nick, ("This command has been removed. Please see "
"https://github.com/lykoss/lykos/wiki/Pingif "
"for more information."))