Fix turncoat side display bug
This commit is contained in:
parent
7de19cd7a6
commit
cd13f8626d
@ -9153,7 +9153,7 @@ def myrole(cli, nick, chan, rest):
|
|||||||
|
|
||||||
# Remind turncoats of their side
|
# Remind turncoats of their side
|
||||||
if role == "turncoat":
|
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
|
# Remind dullahans of their targets
|
||||||
if role == "dullahan":
|
if role == "dullahan":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user