mirror of
https://github.com/moparisthebest/Yaaic
synced 2024-11-04 16:35:05 -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;
|
||||
}
|
||||
|
||||
if (code == 353 || code == 366) {
|
||||
if (code == 353 || code == 366 || code == 332 || code == 333) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user