1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2024-08-13 16:53:50 -04:00

Ignore server response 332 and 333

This commit is contained in:
Sebastian Kaspari 2010-03-20 23:12:17 +01:00
parent ffe3aed48c
commit 710c7749f1

View File

@ -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;
}