realJoshByrnes / IRC2017

Public bug tracker for IRC2017 (irc.irc7.com)
0 stars 0 forks source link

Kill channel bug #44

Open Liam0306 opened 6 years ago

Liam0306 commented 6 years ago

Kill %#Channelname doesn't kill all the users on a channel, as you can see Sky, Skycrest and Ver|zon were missed out.

-> [NAMES %#The\bLobby] <- [:TK2CHATCHATA01 353 'Lіам = %#The\bLobby :.'Admin_Sky .'Lіам Demirdjian Skycrest xpu|se Ver|zon >Daisey Sky] <- [:TK2CHATCHATA01 366 'Lіам %#The\bLobby :End of /NAMES list.]

<- [:Liam!55970E78CACCA30E@GateKeeperPassport JOIN :%#The\bLobby] -> [KILL %#The\bLobby :Liam test] <- [:'Lіам!~Sysop_Cascade@cg KILL Demirdjian :Liam test] <- [:'Lіам!~Sysop_Cascade@cg KILL xpu|se :Liam test] <- [:'Lіам!~Sysop_Cascade@cg KILL >Daisey :Liam test] <- [:'Lіам!~Sysop_Cascade@cg KILL Liam :Liam test]

realJoshByrnes commented 6 years ago

Great find. A thought I had might be that at present, it's finding them in the channel only if it's the first channel they've joined.

Sky to confirm

jyonxo commented 6 years ago

It's not that. I have a white list against me and Verizon :P. Seriously though its probably the way I loop through the channel and kill everyone

jyonxo commented 6 years ago

Kill should be fixed now