mirror of
https://github.com/moparisthebest/Yaaic
synced 2025-01-08 20:28:31 -05:00
Hide server response 353 and 366
This commit is contained in:
parent
e28c09e704
commit
2dd47f3bb8
@ -936,6 +936,10 @@ public class IRCConnection extends PircBot
|
||||
return;
|
||||
}
|
||||
|
||||
if (code == 353 || code == 366) {
|
||||
return;
|
||||
}
|
||||
|
||||
if (code < 10) {
|
||||
// Skip server info
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user