diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-25 13:22:57 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-08-25 13:22:57 +0000 |
commit | 8eae84e3ba8ec6d025592b9406193f73929bbf77 (patch) | |
tree | 7719d8e9f4d6b770dce85d3308ba1c0556ec284b /conf/modules.conf.example | |
parent | 8d7e3fab28008e6353c7520c711aefc4a10e282d (diff) |
Add and document <permchannels> block for m_permchannels, which creates a channel on startup. Fixes bug #511.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10271 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'conf/modules.conf.example')
-rw-r--r-- | conf/modules.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/modules.conf.example b/conf/modules.conf.example index 08bd87f93..09434ee7c 100644 --- a/conf/modules.conf.example +++ b/conf/modules.conf.example @@ -1008,6 +1008,9 @@ # channels -may- need support from your Services package to function # properly with them. This adds channel mode +P. #<module name="m_permchannels.so"> +# +# You may also create channels on startup by using the <permchannels> block. +#<permchannels channel="#opers" modes="is" topic="Opers only."> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # PostgreSQL module: Allows other SQL modules to access PgSQL databases |