commit d2e7791
delthas
·
2023-11-13 12:47:00 +0000 UTC
parent db8c030
Hide RPL_HOSTHIDDEN messages Those are too advanced for senpai.
1 files changed,
+1,
-1
M
app.go
M
app.go
+1,
-1
1@@ -1125,7 +1125,7 @@ func (app *App) handleIRCEvent(netID string, ev interface{}) {
2
3 func isBlackListed(command string) bool {
4 switch command {
5- case "002", "003", "004", "375", "376", "422":
6+ case "002", "003", "004", "375", "376", "396", "422":
7 // useless connection messages
8 return true
9 }