Add 'r' as an alias for 'retract'
This commit is contained in:
parent
37c52337e6
commit
0286a55e6b
@ -4151,7 +4151,7 @@ def check_exchange(cli, actor, nick):
|
|||||||
return True
|
return True
|
||||||
return False
|
return False
|
||||||
|
|
||||||
@cmd("retract", pm=True, playing=True, phases=("day", "night"))
|
@cmd("retract", "r", pm=True, playing=True, phases=("day", "night"))
|
||||||
def retract(cli, nick, chan, rest):
|
def retract(cli, nick, chan, rest):
|
||||||
"""Takes back your vote during the day (for whom to lynch)."""
|
"""Takes back your vote during the day (for whom to lynch)."""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user