From: brain Date: Fri, 3 Nov 2006 17:21:57 +0000 (+0000) Subject: Merge peaveydk's example conf change. X-Git-Tag: v2.0.23~6735 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=3119f46c8ad6fa1f8cbbd6aa2fe619acdb5732b7;p=user%2Fhenk%2Fcode%2Finspircd.git Merge peaveydk's example conf change. Guess what Om, we broke alphabetical order on purpose! (actually, it makes sense, sqlauth must come before any sql modules, due to load order, or we're essentially distributing a broken config file which will confuse users as to why its broken) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5641 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/docs/inspircd.conf.example b/docs/inspircd.conf.example index 3f0868ae2..34aee0c6c 100644 --- a/docs/inspircd.conf.example +++ b/docs/inspircd.conf.example @@ -1407,10 +1407,19 @@ # SILENCE module: Adds support for /SILENCE # +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# SQLutils module: Provides some utilities to SQL client modules, such +# as mapping queries to users and channels. You must copy the source +# for this module from the directory src/modules/extra/m_sqlutils.cpp +# and src/modules/extra/m_sqlutils.h into /src/modules +# Needed for, and loaded before: SQLauth and SQLoper +# + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SQL authentication module: Allows IRCd connections to be tied into # a database table (for example a forum). You must copy the source for # this module from the directory src/modules/extra +# Depends on the SQLutils module being loaded first. # # #-#-#-#-#-#-#-#-#-#-#- SQLAUTH CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-# @@ -1435,6 +1444,7 @@ #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # SQL oper module: Allows you to store oper credentials in an SQL table # You must copy the source for this module from the directory src/modules/extra +# Depends on the SQLutils module being loaded first. # # #-#-#-#-#-#-#-#-#-#-#- SQLOPER CONFIGURATION -#-#-#-#-#-#-#-#-#-#-#-#