diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-25 23:12:05 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-02-25 23:12:05 +0000 |
commit | 5337749660798aa0ca19d8259e2f4f39cb7109a1 (patch) | |
tree | f0b89ae4d0b031dbe17f278e704d6d88a449e9fe /docs/inspircd.conf.example | |
parent | 7c20787c7cdd59b22bae7eb097df2159be88f8fa (diff) |
Add svshold to example conf.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@6614 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'docs/inspircd.conf.example')
-rw-r--r-- | docs/inspircd.conf.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 42f6fc30c..a8caf138b 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1751,6 +1751,12 @@ #<sqloper dbid="1"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# SVSHold module: Implements SVSHOLD. Like Q:Lines, but can only be # +# added/removed by Services. # +#<module name="m_svshold.so"> + + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SWHOIS module: Allows you to add arbitary lines to user WHOIS. #<module name="m_swhois.so"> |