1234567891011121314151617181920212223242526272829 |
- connection:
- server: irc.freenode.net
- port: 6667
- tls: false
- nickname: bot_test_joe
- password: null
- database:
- user: "_env:PGUSER:funbot_dev"
- password: "_env:PGPASS:funbot_dev_password"
- host: "_env:PGHOST:localhost"
- port: "_env:PGPORT:5432"
- database: "_env:PGDATABASE:funbot_dev"
- poolsize: "_env:PGPOOLSIZE:10"
- channels:
- - #freepost-bot-test
- log-dir: state/chanlogs
- state-repo: null
- state-file: state/state.json
- save-interval: 3000
- irc-event-log-file: null
- irc-error-log-file: null
- ext-event-log-file: null
- ext-error-log-file: null
- max-msg-chars: 400
- lag-check: 60000
- lag-max: 300000
- max-msg-count: 1000
- msg-delay: 100
|