diff options
| author | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-16 17:44:35 +0000 |
|---|---|---|
| committer | cyberbotx <cyberbotx@5417fbe8-f217-4b02-8779-1006273d7864> | 2008-11-16 17:44:35 +0000 |
| commit | 72a4c7e6c7a4187bfee58bdbf3c235f2b0ae44c7 (patch) | |
| tree | 16401c11ca7f35fd2a54517e5820500077864d67 /data | |
| parent | 0db67c7938e8f7c30ffc227d756bb5d51a53d861 (diff) | |
Added module blocks for autoloading non-core modules.
Modified buildStringList to take an std::string and use spacesepstream instead of strtok.
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@1745 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'data')
| -rw-r--r-- | data/example_new.conf | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/data/example_new.conf b/data/example_new.conf index 64273839c..ccac60782 100644 --- a/data/example_new.conf +++ b/data/example_new.conf @@ -1421,3 +1421,19 @@ defcon */ #akillreason = "This network is currently not accepting connections, please try again later" } + +/* + * [OPTIONAL] Non-Core Modules + * + * The following single-line blocks are used to load all non-core modules, including 3rd-party modules. + * Modules can be prevented from loading by commenting out the line, other modules can be added by + * adding a module block. These modules will be loaded prior to Services connecting to your network. + */ +module { name = "hs_moo" } +module { name = "ircd_defizzer" } +module { name = "os_ignore" } +module { name = "cs_appendtopic" } +module { name = "cs_enforce" } +module { name = "ns_maxemail" } +module { name = "os_info" } +module { name = "hs_request" } |
