mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-29 12:22:21 -05:00
Ignore server response 332 and 333
This commit is contained in:
parent
ffe3aed48c
commit
710c7749f1
@ -954,7 +954,7 @@ public class IRCConnection extends PircBot
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (code == 353 || code == 366) {
|
if (code == 353 || code == 366 || code == 332 || code == 333) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user