diff options
Diffstat (limited to 'data/modules.example.conf')
-rw-r--r-- | data/modules.example.conf | 19 |
1 files changed, 3 insertions, 16 deletions
diff --git a/data/modules.example.conf b/data/modules.example.conf index 8ee15877e..955ab16bb 100644 --- a/data/modules.example.conf +++ b/data/modules.example.conf @@ -17,21 +17,7 @@ module { name = "help" } /* - * m_async_commands - * - * Threads for each command executed by users. You should - * only load this if you are using a module designed to work with this. - * - * If this is loaded with db_mysql_live then Anope will support - * processing multiple commands at once which will negate the "lag" - * issues caused from the overhead of SQL queries by db_mysql_live. - * - * Note that this module is currently EXPERIMENTAL and you should report - * any bugs you find. - */ -#module { name = "m_async_commands" } - -/* m_dnsbl + * m_dnsbl * * Allows configurable DNS blacklists to check connecting users against. If a user * is found on the blacklist they will be immediately banned. This is a crucial module @@ -94,7 +80,8 @@ blacklist reason = "You have a host listed in the DroneBL. For more information, visit http://dronebl.org/lookup_branded.do?ip=%i&network=%N" } -/* m_helpchan +/* + * m_helpchan * * Gives users who are op in the specified help channel usermode +h (helpop). */ |