I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 6a234759 authored by zzz's avatar zzz
Browse files

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

parent 85a8b587
No related branches found
No related tags found
No related merge requests found
...@@ -160,7 +160,7 @@ abstract class IRCFilter { ...@@ -160,7 +160,7 @@ abstract class IRCFilter {
"WHOIS", "WHOIS",
"LIST", "LIST",
"NAMES", "NAMES",
"NICK", "PASS",
// "QUIT", // replace with a filtered QUIT to hide client quit messages // "QUIT", // replace with a filtered QUIT to hide client quit messages
"SILENCE", "SILENCE",
"MAP", // seems safe enough, the ircd should protect themselves though "MAP", // seems safe enough, the ircd should protect themselves though
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment