diff options
-rw-r--r-- | data/ngircd.example.conf | 2 | ||||
-rw-r--r-- | data/unreal.example.conf | 2 |
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 } |