diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-05-02 16:16:04 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2004-05-02 16:16:04 +0000 |
commit | 23303627e1c689b825445af20d682c886a800bb6 (patch) | |
tree | 8635be4261e4077d3342aa503510ef87640822f9 /docs/helpop.conf.example | |
parent | fe23c1d1817b207e7ce311e11ecab18471ed20b9 (diff) |
Added +O mode support through m_operchans.so
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@785 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/helpop.conf.example')
-rw-r--r-- | docs/helpop.conf.example | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/helpop.conf.example b/docs/helpop.conf.example index d225be232..d32dabd90 100644 --- a/docs/helpop.conf.example +++ b/docs/helpop.conf.example @@ -284,5 +284,6 @@ line13="n Only users who are members of the channel may message it" line14="p Make channel private (hide from /LIST)" line15="s Make channel secret (can't be used at the same time as +p)" - line16="t Only halfops and above can change the topic"> + line16="O Channel is IRCops only (can only be set by IRCops)" + line17="t Only halfops and above can change the topic"> |