1
0
mirror of https://github.com/anope/anope.git synced 2026-07-01 20:26:39 +02:00

Merge commit 'trunk' into anopeng

git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1291 5417fbe8-f217-4b02-8779-1006273d7864
This commit is contained in:
Robin Burchell w00t@inspircd.org
2008-10-01 20:48:10 +00:00
parent 3872380d8c
commit e4b0e4f396
19 changed files with 628 additions and 41 deletions
+9 -1
View File
@@ -1525,7 +1525,7 @@ OSOpersOnly
# When compiled with module support, this contains a space separated list
# of modules to automatically load as soon as possible, e.g. IRCD support modules.
#
#ModuleAutoload "hs_moo ircd_defizzer"
#ModuleAutoload "hs_moo ircd_defizzer os_ignore_db"
# ModuleDelayedAutoload [OPTIONAL]
#
@@ -1587,4 +1587,12 @@ ModuleDelayedAutoload "cs_appendtopic cs_enforce ns_maxemail os_info hs_request"
#
#HSRequestDBName "hs_request.db"
# OSIgnoreDBName [OPTIONAL]
# Module: os_ignore_db
#
# Use the given filename as database to store services' ignores.
# If not given, the default of "os_ignore.db" will be used.
#
#OSIgnoreDBName "os_ignore.db"
#EOF