summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorAdam <Adam@anope.org>2010-10-21 23:20:48 -0400
committerAdam <Adam@anope.org>2010-10-21 23:20:48 -0400
commit791c2b89a5b09d3e3e3785669b29438ffec26295 (patch)
tree60a4647572e80d5f037fe2d9e49338a34cc0d6ea /data
parent4f317a242104b623d2e5257bc672fd56c0240a0e (diff)
Changed the log:normal config directive to a list like the other log values, and fixed a potential crash from rehashing while sending mail
Diffstat (limited to 'data')
-rw-r--r--data/example.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/data/example.conf b/data/example.conf
index a4ba7ca82..08e79d9f8 100644
--- a/data/example.conf
+++ b/data/example.conf
@@ -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
}