Don't rename functions, ever.

This commit is contained in:
Ryan Schmidt 2016-04-11 12:44:30 -07:00
parent 7fa7f8564f
commit f564a7a01e

View File

@ -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