]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Fix the command for enabling m_sqlite3 in modules.conf.example.
authorPeter Powell <petpow@saberuk.com>
Thu, 14 Sep 2017 13:52:42 +0000 (14:52 +0100)
committerPeter Powell <petpow@saberuk.com>
Thu, 14 Sep 2017 13:52:42 +0000 (14:52 +0100)
docs/conf/modules.conf.example

index b39ee5d2b25ba41a1a66c879408b9ec5a706f42c..b0c24194a7f4c77cf0b5926d72424391d67df74f 100644 (file)
 # SQLite3 module: Allows other SQL modules to access SQLite3          #
 # databases through a unified API.                                    #
 # This module is in extras. Re-run configure with:                    #
-# ./configure --enable-extras=m_sqlite.cpp
+# ./configure --enable-extras=m_sqlite3.cpp
 # and run make install, then uncomment this module to enable it.      #
 #
 #<module name="m_sqlite3.so">