diff options
| author | Adam <Adam@anope.org> | 2010-08-28 00:14:06 -0400 |
|---|---|---|
| committer | Adam <Adam@anope.org> | 2010-08-28 00:14:06 -0400 |
| commit | 10d901084f8e395646adb63c9c54affb159bc634 (patch) | |
| tree | 606a13304b8221d338e634b89ef0f8cabd194e7e /data | |
| parent | 334e5a4ef9067e1b0a87abd50a4aac9a711ea5ef (diff) | |
Do not log RAWIO messages to services log channels, added a config option on whether or not to join bots to the log channels, and fixed two log messages in ns_identify
Diffstat (limited to 'data')
| -rw-r--r-- | data/example.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/example.conf b/data/example.conf index 55082ed74..6ed38c344 100644 --- a/data/example.conf +++ b/data/example.conf @@ -572,6 +572,11 @@ log logage = 7 /* + * Enable to have the core services clients join and stay in the log channel(s) when logging + */ + inhabitlogchannel = yes + + /* * What types of log messages should be logged by this block. There are nine general categories: * * admin - Execution of admin commands (OperServ, etc). |
