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

Fixed two typos in example.conf

This commit is contained in:
Adam
2010-08-28 00:16:12 -04:00
parent 10d901084f
commit 2aac8b05ef
+2 -2
View File
@@ -585,11 +585,11 @@ 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 - Miscelanious messages.
* normal - Miscellaneous messages.
* rawio - Logs raw input and output from services
* debug - Debug messages (log files can become VERY large from this).
*
* These options determin what messages from the categories should be logged. Wildcards are accepted, and
* These options determine what messages from the categories should be logged. Wildcards are accepted, and
* you can also negate values with a ~. For example, "operserv/* ~operserv/akill" would log all operserv
* messages except for operserv/akill.
*