Fix missing period in !hex message
This commit is contained in:
parent
6dd9c199fd
commit
0e704e5533
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user