2007-02-14 jrandom

* Don't filter out KICK and H(ide oper status) IRC messages
      (thanks Takk and postman!)
This commit is contained in:
jrandom
2007-02-14 21:35:43 +00:00
committed by zzz
parent 809f3e847b
commit e54b964929
3 changed files with 9 additions and 3 deletions

View File

@@ -282,6 +282,8 @@ public class I2PTunnelIRCClient extends I2PTunnelClientBase implements Runnable
"PART",
"WALLOPS",
"ERROR",
"KICK",
"H", // "hide operator status" (after kicking an op)
"TOPIC"
};