diff options
author | B00mX0r <b00mx0r@aureus.pw> | 2017-11-14 20:07:54 -0800 |
---|---|---|
committer | B00mX0r <b00mx0r@aureus.pw> | 2017-11-14 20:15:13 -0800 |
commit | 265d6fc824d3487a23e53d293227d81c8bb3c455 (patch) | |
tree | 33b113c764fe74fc296b50a26315aee15d769c54 /docs/conf | |
parent | 53d822a7d19aded988ee74eb05437e587cb1ac92 (diff) |
Fix referring to sqloper and sqlauth as extras in modules.conf
Diffstat (limited to 'docs/conf')
-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 b672367f9..7fb68995a 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1781,9 +1781,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="m_sqlauth.so"> # @@ -1794,9 +1791,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="m_sqloper.so"> # |