diff options
author | Adam <Adam@anope.org> | 2016-10-02 12:41:21 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2016-10-02 12:41:21 -0400 |
commit | d65744d1a5da964d9aa48560f8be9546917d6c4d (patch) | |
tree | c8a4988f4db603f0d131cbf932fb3fb156b168ec | |
parent | 65a4b358f7eb188c6c910f40a39dfb390828bb1e (diff) |
Add autoop mode to inspircd, not setable, as we currently can't verify it
-rw-r--r-- | data/inspircd20.example.conf | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/data/inspircd20.example.conf b/data/inspircd20.example.conf index db3611519..347fb52ea 100644 --- a/data/inspircd20.example.conf +++ b/data/inspircd20.example.conf @@ -153,6 +153,13 @@ channelmode channelmode { + name = "AUTOOP" + character = "w" + setable = no +} + +channelmode +{ name = "BAN" character = "b" list = yes |