Fix missing period in !hex message

This commit is contained in:
nyuszika7h 2015-07-25 20:45:04 +02:00
parent 6dd9c199fd
commit 0e704e5533

View File

@ -5554,7 +5554,7 @@ def hex_target(cli, nick, chan, rest):
var.LASTHEXED[nick] = victim
var.TOBESILENCED.append(victim)
pm(cli, nick, "You have cast a hex on \u0002{0}\u0002".format(victim))
pm(cli, nick, "You have cast a hex on \u0002{0}\u0002.".format(victim))
wolfchatwolves = var.list_players(var.WOLFCHAT_ROLES)
for wolf in wolfchatwolves: