!fghost: remove potentially confusing message

This commit is contained in:
nyuszika7h 2014-08-22 15:42:37 +02:00
parent f2a92402e9
commit c666d8967e

View File

@ -5405,7 +5405,6 @@ def faftergame(cli, nick, rest):
@cmd('fghost', admin_only=True)
@pmcmd('fghost', admin_only=True)
def fghost(cli, nick, *rest):
cli.msg(botconfig.CHANNEL, '{} is the ghost!'.format(nick))
cli.mode(botconfig.CHANNEL, '+v', nick)