* I2PTunnel IRC Client: Don't filter PASS (ticket #549)

This commit is contained in:
zzz
2011-11-09 18:32:01 +00:00
parent 85a8b587cd
commit 6a234759d5

View File

@@ -160,7 +160,7 @@ abstract class IRCFilter {
"WHOIS",
"LIST",
"NAMES",
"NICK",
"PASS",
// "QUIT", // replace with a filtered QUIT to hide client quit messages
"SILENCE",
"MAP", // seems safe enough, the ircd should protect themselves though