Browse Source

bug fix

master
jcao219 13 years ago
parent
commit
aadacb7527
  1. 1
      wolfgame.py

1
wolfgame.py

@ -324,6 +324,7 @@ def fjoin(cli, nick, chan, rest): @@ -324,6 +324,7 @@ def fjoin(cli, nick, chan, rest):
"or people in this channel for now."))
noticed = True
continue
if not is_fake_nick(a):
a = var.USERS[ull.index(a.lower())]
if a != botconfig.NICK:
join(cli, a.strip(), chan, "")

Loading…
Cancel
Save