diff options
author | psychon <psychon@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-09 18:36:09 +0000 |
---|---|---|
committer | psychon <psychon@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-10-09 18:36:09 +0000 |
commit | e68b35af5d27520838f3260557938d782f4158b9 (patch) | |
tree | 80b807ebb66caa009f2a529e1513a3e2eb942c9c | |
parent | 1d72f2227e71cb129f8a3af50bebe308c77c53e8 (diff) |
Fix the description of the m_operinvex module in the example config.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10634 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | conf/modules.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index 6b5bb6dbe..241d22f86 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -979,8 +979,8 @@ # given oper type masks. # e.g, /mode #channel +iI O:* is equivilant to chmode +O, but you # may also, e.g. /mode #channel +iI O:AdminTypeOnly to only allow admins. -# This module is oper-only. # +be work in a similar fashion. +# This module is oper-only. # #<module name="m_operinvex.so"> |