diff options
Diffstat (limited to 'test-conf')
| -rw-r--r-- | test-conf/test.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/test-conf/test.conf b/test-conf/test.conf new file mode 100644 index 0000000..6ae02fd --- /dev/null +++ b/test-conf/test.conf @@ -0,0 +1,18 @@ + +supybot.directories.data: /home/georg/limnoria/Mailcow/test-data +supybot.directories.conf: /home/georg/limnoria/Mailcow/test-conf +supybot.directories.log: /home/georg/limnoria/Mailcow/test-logs +supybot.reply.whenNotCommand: True +supybot.log.stdout: False +supybot.log.stdout.level: ERROR +supybot.log.level: DEBUG +supybot.log.format: %(levelname)s %(message)s +supybot.log.plugins.individualLogfiles: False +supybot.protocols.irc.throttleTime: 0 +supybot.reply.whenAddressedBy.chars: @ +supybot.networks.test.server: should.not.need.this +supybot.networks.testnet1.server: should.not.need.this +supybot.networks.testnet2.server: should.not.need.this +supybot.networks.testnet3.server: should.not.need.this +supybot.nick: test +supybot.databases.users.allowUnregistration: True |
