diff options
-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" |