diff --git a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/irc/IRCFilter.java b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/irc/IRCFilter.java index 061966e0ec77c28bb77724f5c6db3b8ecd9e86f5..5967486528d6f1c279685c4ffd7b3ebdf77294a8 100644 --- a/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/irc/IRCFilter.java +++ b/apps/i2ptunnel/java/src/net/i2p/i2ptunnel/irc/IRCFilter.java @@ -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)