forked from I2P_Developers/i2p.i2p
Since they're harmless, add default unrealircd aliases to the "don't filter"
list.
This commit is contained in:
@ -166,10 +166,18 @@ abstract class IRCFilter {
|
|||||||
"MAP", // seems safe enough, the ircd should protect themselves though
|
"MAP", // seems safe enough, the ircd should protect themselves though
|
||||||
// "PART", // replace with filtered PART to hide client part messages
|
// "PART", // replace with filtered PART to hide client part messages
|
||||||
"OPER",
|
"OPER",
|
||||||
// "PONG", // replaced with a filtered PING/PONG since some clients send the server IP (thanks aardvax!)
|
// "PONG", // replaced with a filtered PING/PONG since some clients send the server IP (thanks aardvax!)
|
||||||
// "PING",
|
// "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",
|
"KICK",
|
||||||
"HELPME",
|
"HELPME", "HELPOP", // helpop is what unrealircd uses by default
|
||||||
"RULES",
|
"RULES",
|
||||||
"TOPIC",
|
"TOPIC",
|
||||||
"ISON", // jIRCii uses this for a ping (response is 303)
|
"ISON", // jIRCii uses this for a ping (response is 303)
|
||||||
|
Reference in New Issue
Block a user