diff options
Diffstat (limited to 'data/example.conf')
-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 { |