Make !myrole tell the wild child who their idol is

This commit is contained in:
Vgr E. Barry 2016-04-09 17:05:02 -04:00
parent 7b2cc43a50
commit f8e1d96994

View File

@ -8718,6 +8718,9 @@ def myrole(cli, nick, chan, rest):
if role == "clone" and nick in var.CLONED: if role == "clone" and nick in var.CLONED:
pm(cli, nick, messages["clone_target"].format(var.CLONED[nick])) pm(cli, nick, messages["clone_target"].format(var.CLONED[nick]))
if role == "wild child" and nick in var.IDOLS:
pm(cli, nick, messages["wild_child_idol"].format(var.IDOLS[nick]))
# Give minion the wolf list they would have recieved night one # Give minion the wolf list they would have recieved night one
if role == "minion": if role == "minion":
wolves = [] wolves = []