diff options
author | Adam <Adam@anope.org> | 2013-12-26 15:18:47 -0500 |
---|---|---|
committer | Adam <Adam@anope.org> | 2013-12-26 15:19:48 -0500 |
commit | 0c9750a22b51b64e3b020d12fccdd53da65df93c (patch) | |
tree | a7fa39ef80bacc6ff2c6ee327e1ae3c2e73d8e4d /data/chanserv.example.conf | |
parent | 69c5aeca5771d28e0394c32907663f8a517f900d (diff) |
Default the founder privilege to level 10000 as I had originally intended. Document set fonder usage in cs_levels help.
Diffstat (limited to 'data/chanserv.example.conf')
-rw-r--r-- | data/chanserv.example.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/chanserv.example.conf b/data/chanserv.example.conf index 4a07d0082..7810c20e6 100644 --- a/data/chanserv.example.conf +++ b/data/chanserv.example.conf @@ -403,7 +403,7 @@ privilege { name = "FOUNDER" rank = 360 - level = "founder" + level = 10000 flag = "F" xop = "QOP" } |