bug fix
This commit is contained in:
parent
b7f6d8f15e
commit
5340ff6b74
@ -324,6 +324,7 @@ def fjoin(cli, nick, chan, rest):
|
|||||||
"or people in this channel for now."))
|
"or people in this channel for now."))
|
||||||
noticed = True
|
noticed = True
|
||||||
continue
|
continue
|
||||||
|
if not is_fake_nick(a):
|
||||||
a = var.USERS[ull.index(a.lower())]
|
a = var.USERS[ull.index(a.lower())]
|
||||||
if a != botconfig.NICK:
|
if a != botconfig.NICK:
|
||||||
join(cli, a.strip(), chan, "")
|
join(cli, a.strip(), chan, "")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user