diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-26 12:39:29 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-26 12:39:29 +0000 |
commit | cd24c03c3429285234f9721575bc05e4c96153cc (patch) | |
tree | 5f63d51e9b605f5b0ce5fefe7b52c26e0e639af9 | |
parent | a8c28b88ee411300d2138731da39ce448f9652d7 (diff) |
Added example conf
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3337 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | docs/inspircd.conf.example | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 70a2d0402..bedc941c4 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -883,6 +883,10 @@ #<opermotd file="/path/to/oper.motd"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# Oper WHO module: Provides a more revealing /WHO to opers +#<module name="m_operwho.so"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Override module: Adds support for oper override #<module name="m_override.so"> # |