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:
+3
-3
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user