Fix turncoat side display bug

This commit is contained in:
nyuszika7h 2016-08-01 16:45:07 +02:00
parent 7de19cd7a6
commit cd13f8626d

View File

@ -9153,7 +9153,7 @@ def myrole(cli, nick, chan, rest):
# Remind turncoats of their side
if role == "turncoat":
pm(cli, nick, messages["turncoat_side"].format(var.TURNCOATS.get(nick, "none")))
pm(cli, nick, messages["turncoat_side"].format(var.TURNCOATS.get(nick, "none")[0]))
# Remind dullahans of their targets
if role == "dullahan":