Don't rename functions, ever.
This commit is contained in:
parent
7fa7f8564f
commit
f564a7a01e
@ -6265,7 +6265,7 @@ def change_sides(cli, nick, chan, rest, sendmsg=True):
|
||||
|
||||
@cmd("choose", chan=False, pm=True, playing=True, phases=("night",), roles=("matchmaker",))
|
||||
@cmd("match", chan=False, pm=True, playing=True, phases=("night",), roles=("matchmaker",))
|
||||
def choose_lovers(cli, nick, chan, rest, sendmsg=True):
|
||||
def choose(cli, nick, chan, rest, sendmsg=True):
|
||||
"""Select two players to fall in love. You may select yourself as one of the lovers."""
|
||||
if not var.FIRST_NIGHT:
|
||||
return
|
||||
|
Loading…
x
Reference in New Issue
Block a user