diff options
author | David Phillips <david@yeah.nah.nz> | 2018-11-24 21:13:20 +1300 |
---|---|---|
committer | David Phillips <david@yeah.nah.nz> | 2018-11-24 21:13:44 +1300 |
commit | 7f2403aa647e72d83ec00ac596dfbef778945ff0 (patch) | |
tree | 2710c98e2af0feee8172ba1cc4c9b0bd38ded2ae /bot.conf.example | |
parent | 47e5bdaa4017df0fdb3015b2da57c0a95c0a089b (diff) | |
download | idalius-7f2403aa647e72d83ec00ac596dfbef778945ff0.tar.xz |
Add option to reduce log noise
Diffstat (limited to 'bot.conf.example')
-rw-r--r-- | bot.conf.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bot.conf.example b/bot.conf.example index 34cbf45..143ad4c 100644 --- a/bot.conf.example +++ b/bot.conf.example @@ -14,6 +14,7 @@ user = nobody group = nobody prefix_nick = 1 prefix = % +log_debug = 0 [Plugin::Admin] admins = [ snargle!~kleg@glarg.example.com ] |