1
0
mirror of https://github.com/moparisthebest/Yaaic synced 2025-01-09 12:48:00 -05:00

Hide server response 353 and 366

This commit is contained in:
Sebastian Kaspari 2010-03-20 18:12:30 +01:00
parent e28c09e704
commit 2dd47f3bb8

View File

@ -936,6 +936,10 @@ public class IRCConnection extends PircBot
return;
}
if (code == 353 || code == 366) {
return;
}
if (code < 10) {
// Skip server info
return;