!fghost: remove potentially confusing message
This commit is contained in:
parent
f2a92402e9
commit
c666d8967e
@ -5405,7 +5405,6 @@ def faftergame(cli, nick, rest):
|
|||||||
@cmd('fghost', admin_only=True)
|
@cmd('fghost', admin_only=True)
|
||||||
@pmcmd('fghost', admin_only=True)
|
@pmcmd('fghost', admin_only=True)
|
||||||
def fghost(cli, nick, *rest):
|
def fghost(cli, nick, *rest):
|
||||||
cli.msg(botconfig.CHANNEL, '{} is the ghost!'.format(nick))
|
|
||||||
cli.mode(botconfig.CHANNEL, '+v', nick)
|
cli.mode(botconfig.CHANNEL, '+v', nick)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user