From aadacb7527ba1112277b1e52ea664084f5fa9238 Mon Sep 17 00:00:00 2001 From: jcao219 Date: Sat, 23 Jul 2011 00:21:33 -0500 Subject: [PATCH] bug fix --- wolfgame.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wolfgame.py b/wolfgame.py index 85ec66c..ba53029 100644 --- a/wolfgame.py +++ b/wolfgame.py @@ -324,7 +324,8 @@ def fjoin(cli, nick, chan, rest): "or people in this channel for now.")) noticed = True continue - a = var.USERS[ull.index(a.lower())] + if not is_fake_nick(a): + a = var.USERS[ull.index(a.lower())] if a != botconfig.NICK: join(cli, a.strip(), chan, "") else: