Re-add missing . at the end of !retract response.
Minor change requested by someone in #wolfgame a while ago. The old !retract message ended in a period, and it's still there in the logger message, but the new in-channel message didn't have one.
This commit is contained in:
parent
5630e6f537
commit
abefb90db2
@ -1574,7 +1574,7 @@ def retract(cli, nick, chann_, rest):
|
||||
var.VOTES[voter].remove(nick)
|
||||
if not var.VOTES[voter]:
|
||||
del var.VOTES[voter]
|
||||
cli.msg(chan, "\u0002{0}\u0002's vote was retracted".format(nick))
|
||||
cli.msg(chan, "\u0002{0}\u0002's vote was retracted.".format(nick))
|
||||
var.LOGGER.logBare(voter, "RETRACT", nick)
|
||||
var.LOGGER.logMessage("{0}'s vote was retracted.".format(nick))
|
||||
var.LAST_VOTES = None # reset
|
||||
|
Loading…
Reference in New Issue
Block a user