Update aliases for !nolynch

This commit is contained in:
nyuszika7h 2014-08-17 22:25:52 +02:00
parent edc9ec1ed9
commit 552be7f18b

View File

@ -2605,7 +2605,7 @@ def chk_nightdone(cli):
if var.PHASE == "night": # Double check
transition_day(cli)
@cmd("nolynch", "no_lynch", "nl", "novote", "abstain")
@cmd("nolynch", "nl", "novote", "nv", "abstain", "abs")
def no_lynch(cli, nick, chan, rest):
"""Allow someone to refrain from voting for the day"""
if chan == botconfig.CHANNEL: