Add missing space

This commit is contained in:
skizzerz 2015-07-15 12:31:11 -05:00
parent 9a0c96eab0
commit 3b5a72f3d8

View File

@ -4850,7 +4850,7 @@ def pass_cmd(cli, nick, chan, rest):
if var.TURNCOATS[nick][1] == var.NIGHT_COUNT:
# theoretically passing would revert them to how they were before, but
# we aren't tracking that, so just tell them to change it back themselves.
pm(cli, nick, ("You have already changed sides tonight. Use" +
pm(cli, nick, ("You have already changed sides tonight. Use " +
'"side villagers" or "side wolves" to modify your selection.'))
return
pm(cli, nick, "You have decided to not change sides tonight.")