1
0
mirror of https://github.com/anope/anope.git synced 2026-07-09 17:03:13 +02:00

Changed the log:normal config directive to a list like the other log values, and fixed a potential crash from rehashing while sending mail

This commit is contained in:
Adam
2010-10-21 23:20:48 -04:00
parent 4f317a2421
commit 791c2b89a5
11 changed files with 31 additions and 26 deletions
+3 -3
View File
@@ -574,7 +574,7 @@ log
* servers - Server actions, linking, squitting, etc.
* channels - Actions in channels such as joins, parts, kicks, etc.
* users - User actions such as connecting, disconnecting, changing name, etc.
* normal - Miscellaneous messages.
* other - All other messages without a category.
* rawio - Logs raw input and output from services
* debug - Debug messages (log files can become VERY large from this).
*
@@ -595,7 +595,7 @@ log
* Valid user options are:
* connect, disconnect, quit, nick, ident, host, mode, maxusers
*
* Normal and debug are simple yes/no answers, there are no types for them.
* Rawio and debug are simple yes/no answers, there are no types for them.
*
* Note that modules may add their own values to these options.
*/
@@ -605,7 +605,7 @@ log
servers = "*"
//channels = "~mode *"
users = "connect disconnect nick"
normal = yes
other = "*"
rawio = no
debug = no
}