]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Merge pull request #1413 from B00mX0r/insp20
authorPeter Powell <petpow@saberuk.com>
Wed, 15 Nov 2017 04:17:15 +0000 (04:17 +0000)
committerGitHub <noreply@github.com>
Wed, 15 Nov 2017 04:17:15 +0000 (04:17 +0000)
Fix referring to sqloper and sqlauth as extras in modules.conf.example.

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">
 #