summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2017-10-07 18:36:54 -0400
committerAdam <Adam@anope.org>2017-10-07 18:36:54 -0400
commit6bcdc6b18d15d7954b090d762624757c6483d394 (patch)
tree391874284686c1cb14e0cbac7b4fd8ed12b35bea
parent623755dfebd5123aa27a02484db0fd320c61d036 (diff)
Fix op channelmode in ngircd.example.conf and unreal.example.conf
-rw-r--r--data/ngircd.example.conf2
-rw-r--r--data/unreal.example.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/data/ngircd.example.conf b/data/ngircd.example.conf
index 7df67ce64..c9690d2d1 100644
--- a/data/ngircd.example.conf
+++ b/data/ngircd.example.conf
@@ -116,7 +116,7 @@ channelmode
channelmode
{
name = "OP"
- character = "@"
+ character = "o"
status = "@"
level = 3
}
diff --git a/data/unreal.example.conf b/data/unreal.example.conf
index 692790730..c368619f5 100644
--- a/data/unreal.example.conf
+++ b/data/unreal.example.conf
@@ -173,7 +173,7 @@ channelmode
channelmode
{
name = "OP"
- character = "@"
+ character = "o"
status = "@"
level = 3
}