diff options
author | Peter Powell <petpow@saberuk.com> | 2017-11-15 04:17:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-15 04:17:15 +0000 |
commit | bf9a8e8a50c338bfa660382b5fd66064167a1d51 (patch) | |
tree | 33b113c764fe74fc296b50a26315aee15d769c54 | |
parent | 53d822a7d19aded988ee74eb05437e587cb1ac92 (diff) | |
parent | 265d6fc824d3487a23e53d293227d81c8bb3c455 (diff) |
Merge pull request #1413 from B00mX0r/insp20
Fix referring to sqloper and sqlauth as extras in modules.conf.example.
-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"> # |