diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-10 13:31:59 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-09-10 13:31:59 +0000 |
commit | 5401a6e5a686149cc8ef77a1ef405218a1db9b75 (patch) | |
tree | bf84b0283bfc46b8d98aeeefdee68b4c1bfe1faa | |
parent | 5cb0e29291121d97c8668dee40af8b9c7a511a01 (diff) |
Remove m_park from example configuration
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5196 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | docs/inspircd.conf.example | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index ca06d0dc9..2b577ee5c 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1138,15 +1138,6 @@ #<module name="m_opermodes.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# -# Parking module: Adds parking support via /PARK and /UNPARK -#<module name="m_park.so"> -# -#-#-#-#-#-#-#-#-#-#-#-# PARK CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# -# # -# m_park.so is too complex it describe here, see the wiki: # -# http://www.inspircd.org/wiki/User_Parking_Module # - -#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # PostgreSQL module: Allows other SQL modules to access PgSQL databases # through a unified API. You must copy the source for this module # from the directory src/modules/extra, plus the file m_sqlv2.h |