]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix referring to sqloper and sqlauth as extras in modules.conf
authorB00mX0r <b00mx0r@aureus.pw>
Wed, 15 Nov 2017 04:07:54 +0000 (20:07 -0800)
committerB00mX0r <b00mx0r@aureus.pw>
Wed, 15 Nov 2017 04:15:13 +0000 (20:15 -0800)
docs/conf/modules.conf.example

index b672367f967e93bc85906f093e55361ad548a251..7fb68995a11ea960e1875b272937407fe7adf329 100644 (file)
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # SQL authentication module: Allows IRCd connections to be tied into
 # a database table (for example a forum).
-# This module is in extras. Re-run configure with:
-# ./configure --enable-extras=m_sqlauth.cpp
-# and run make install, then uncomment this module to enable it.
 #
 #<module name="m_sqlauth.so">
 #
 
 #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#
 # SQL oper module: Allows you to store oper credentials in an SQL table
-# This module is in extras. Re-run configure with:
-# ./configure --enable-extras=m_sqloper.cpp
-# and run make install, then uncomment this module to enable it.
 #
 #<module name="m_sqloper.so">
 #