Fix previous commit
This commit is contained in:
parent
c6799e36f5
commit
c823689dbd
@ -5574,7 +5574,7 @@ if botconfig.DEBUG_MODE or botconfig.ALLOWED_NORMAL_MODE_COMMANDS:
|
||||
|
||||
@cmd("fgame", admin_only=True, raw_nick=True)
|
||||
def fgame(cli, nick, chan, rest):
|
||||
(nick, _, __, cloak) = parse_nick(rawnick)
|
||||
(nick, _, __, cloak) = parse_nick(nick)
|
||||
|
||||
pl = var.list_players()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user