Since they're harmless, add default unrealircd aliases to the "don't filter"

list.
This commit is contained in:
kytv
2011-11-24 10:40:15 +00:00
parent 85d7cfb9e0
commit 95dd34f009

View File

@ -166,10 +166,18 @@ abstract class IRCFilter {
"MAP", // seems safe enough, the ircd should protect themselves though
// "PART", // replace with filtered PART to hide client part messages
"OPER",
// "PONG", // replaced with a filtered PING/PONG since some clients send the server IP (thanks aardvax!)
// "PING",
// "PONG", // replaced with a filtered PING/PONG since some clients send the server IP (thanks aardvax!)
// "PING",
"NICKSERV", "NS", // the next few are default aliases on unreal (+ anope)
"CHANSERV", "CS",
"MEMOSERV", "MS",
"OPERSERV", "OS",
"HELPSERV",
"HOSTSERV", "HS",
"BOTSERV", "BS",
"STATSERV",
"KICK",
"HELPME",
"HELPME", "HELPOP", // helpop is what unrealircd uses by default
"RULES",
"TOPIC",
"ISON", // jIRCii uses this for a ping (response is 303)