diff options
author | Adam <Adam@anope.org> | 2017-04-06 15:47:56 -0400 |
---|---|---|
committer | Adam <Adam@anope.org> | 2017-04-06 15:47:56 -0400 |
commit | f42b51d0d4f516845b9f00319d4f9995623b3c0d (patch) | |
tree | 265a26846028aa85921575fb2728bf1b033f4f92 | |
parent | 49bbc2fa1747b6a94742417a47afc311faba760f (diff) | |
parent | d4bf0957d1868fae2d48e9349e91daca5c7c9bd9 (diff) |
Merge commit 'd4bf0957d1868fae2d48e9349e91daca5c7c9bd9'
-rw-r--r-- | data/inspircd20.example.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/inspircd20.example.conf b/data/inspircd20.example.conf index 347fb52ea..5eaccf3ce 100644 --- a/data/inspircd20.example.conf +++ b/data/inspircd20.example.conf @@ -338,6 +338,14 @@ channelmode character = "T" } +#channelmode +{ + name = "OFFICIALJOIN" + character = "Y" + status = "!" + level = 6 +} + channelmode { name = "OP" @@ -353,6 +361,14 @@ channelmode oper_only = yes } +#channelmode +{ + name = "OPERPREFIX" + character = "y" + status = "!" + level = 6 +} + channelmode { name = "PERM" |