Add MOTD and ADMIN to the "do not filter" list

This commit is contained in:
kytv
2011-11-24 10:42:18 +00:00
parent 95dd34f009
commit 6b49c03eb8

View File

@@ -160,6 +160,8 @@ abstract class IRCFilter {
"WHOIS",
"LIST",
"NAMES",
"ADMIN",
"MOTD",
"PASS",
// "QUIT", // replace with a filtered QUIT to hide client quit messages
"SILENCE",