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

Skip to content
Snippets Groups Projects
Commit 18c850c0 authored by kytv's avatar kytv
Browse files

commands that are commonly used by IRCops. Should be harmless.

parent 6b49c03e
No related branches found
No related tags found
No related merge requests found
...@@ -180,6 +180,10 @@ abstract class IRCFilter { ...@@ -180,6 +180,10 @@ abstract class IRCFilter {
"STATSERV", "STATSERV",
"KICK", "KICK",
"HELPME", "HELPOP", // helpop is what unrealircd uses by default "HELPME", "HELPOP", // helpop is what unrealircd uses by default
// IRCop commands
"ADCHAT", "ADDMOTD", "ADDOMOTD", "CHATOPS", "CHGHOST", "CHGIDENT", "CHGNAME", "DCCDENY", "DIE",
"GLOBOPS", "GZLINE", "KILL", "KLINE", "LOCOPS", "NACHAT", "OPERMOTD", "REHASH", "RESTART", "SAJOIN",
"SAMODE", "SAPART", "SDESC", "SETHOST", "SETIDENT", "SHUN", "SPAMFILTER", "TEMPSHUN", "UNDCCDENY",
"RULES", "RULES",
"TOPIC", "TOPIC",
"ISON", // jIRCii uses this for a ping (response is 303) "ISON", // jIRCii uses this for a ping (response is 303)
......
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