diff options
| author | Adam <Adam@anope.org> | 2010-10-13 13:25:34 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2010-10-13 13:25:34 -0400 |
| commit | c4075c032e0cfd0e22faaa318182c2c04cf45c6e (patch) | |
| tree | d7722c21b50baa618d60578d050eab2c1f8965cc /data | |
| parent | dc0c07b408e0d31f39355e1ab28cb7751d531d90 (diff) | |
Changed cs/ns_set_misc operonly config directive to better reflect what it really does
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/data/example.conf b/data/example.conf index f80f9346e..c7fc4c84e 100644 --- a/data/example.conf +++ b/data/example.conf @@ -1664,8 +1664,8 @@ cs_set_misc name = "OINFO" /* A short description of the command */ desc = "Associate oper only information to this channel" - /* Set to yes if only opers can set it and see it */ - operonly = yes + /* Set to yes if only opers and privileged users can set it and see it */ + privileged = yes } cs_set_misc { @@ -1683,7 +1683,7 @@ ns_set_misc { name = "OINFO" desc = "Associate oper only information to this nick" - operonly = yes + privileged = yes } ns_set_misc { |
