From f8e1d969940c1eaafa1f4b375863ded05cbaee02 Mon Sep 17 00:00:00 2001 From: "Vgr E. Barry" Date: Sat, 9 Apr 2016 17:05:02 -0400 Subject: [PATCH] Make !myrole tell the wild child who their idol is --- src/wolfgame.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/wolfgame.py b/src/wolfgame.py index 31c88c6..b731747 100644 --- a/src/wolfgame.py +++ b/src/wolfgame.py @@ -8718,6 +8718,9 @@ def myrole(cli, nick, chan, rest): if role == "clone" and nick in var.CLONED: 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 if role == "minion": wolves = []