Remove the obsolete parse_nick call under game()
This commit is contained in:
parent
b21d0608d9
commit
77569e3b24
@ -6979,10 +6979,8 @@ def my_stats(cli, nick, chan, rest):
|
|||||||
rest = rest.split()
|
rest = rest.split()
|
||||||
player_stats(cli, nick, chan, " ".join([nick] + rest))
|
player_stats(cli, nick, chan, " ".join([nick] + rest))
|
||||||
|
|
||||||
@cmd("game", raw_nick=True, join=True, playing=True)
|
@cmd("game", join=True, playing=True)
|
||||||
def game(cli, nick, chan, rest):
|
def game(cli, nick, chan, rest):
|
||||||
nick, _, __, cloak = parse_nick(nick)
|
|
||||||
|
|
||||||
if rest:
|
if rest:
|
||||||
gamemode = rest.lower().split()[0]
|
gamemode = rest.lower().split()[0]
|
||||||
else:
|
else:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user