Remove !fghost and !funghost

These commands are completely useless, they just confuse people. I just
had someone ask me whether it would bring them back to the game, with
their role and everything. If an op wants to talk in the middle of the
game, there are other ways to do that. This isn't even being used
anymore.
This commit is contained in:
nyuszika7h 2015-07-06 20:12:01 +02:00
parent 751a284f6d
commit 8d528bf047

View File

@ -7139,15 +7139,6 @@ def aftergame(cli, rawnick, chan, rest):
"after this game by \u0002{1}\u0002.").format(fullcmd, nick)) "after this game by \u0002{1}\u0002.").format(fullcmd, nick))
var.AFTER_FLASTGAME = do_action var.AFTER_FLASTGAME = do_action
@cmd("fghost", admin_only=True, pm=True)
def fghost(cli, nick, chan, rest):
"""Voices you, allowing you to haunt the remaining players after your death."""
cli.mode(botconfig.CHANNEL, "+v", nick)
@cmd("funghost", admin_only=True, pm=True)
def funghost(cli, nick, chan, rest):
"""Devoices you."""
cli.mode(botconfig.CHANNEL, "-v", nick)
@cmd("flastgame", admin_only=True, raw_nick=True, pm=True) @cmd("flastgame", admin_only=True, raw_nick=True, pm=True)
def flastgame(cli, rawnick, chan, rest): def flastgame(cli, rawnick, chan, rest):