diff options
author | Peter Powell <petpow@saberuk.com> | 2017-12-11 11:41:44 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2017-12-11 11:41:44 +0000 |
commit | 565544fac966b14e046bb3042ab485f79bcf7c9e (patch) | |
tree | feb6dc47d7a901f3f30413340e176281fd01ba98 /docs | |
parent | eba2c5ffd3bdea18cc83df12512aba33b5a734a7 (diff) | |
parent | 25c1319e0d16f4cea707a3b7968b70530a5a333f (diff) |
Merge branch 'insp20' into master.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/conf/modules.conf.example | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index 7c5b0b6e8..95b742eb1 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1964,9 +1964,6 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # 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="sqlauth"> # @@ -1977,9 +1974,6 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # 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="sqloper"> # |