]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Remove m_park from example configuration
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 10 Sep 2006 13:31:59 +0000 (13:31 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 10 Sep 2006 13:31:59 +0000 (13:31 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5196 e03df62e-2008-0410-955e-edbf42e46eb7

docs/inspircd.conf.example

index ca06d0dc994d365da71f985fa3889261931b9400..2b577ee5c90f453e36494fce6ee55c802741efac 100644 (file)
 # Specify the modes as the 'modes' parameter of the <type> tag
 #<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