* Don't filter IRC "MAP" messages (not critical, but it doesn't hurt)

This commit is contained in:
jrandom
2005-10-14 16:26:31 +00:00
committed by zzz
parent 2ca4e63216
commit 12775c416d
2 changed files with 3 additions and 1 deletions

View File

@@ -332,6 +332,7 @@ public class I2PTunnelIRCClient extends I2PTunnelClientBase implements Runnable
"NICK",
// "QUIT", // replace with a filtered QUIT to hide client quit messages
"SILENCE",
"MAP", // seems safe enough, the ircd should protect themselves though
"PART",
"OPER",
"PING",