public
Description: Direct Connect bot written in Ruby
Clone URL: git://github.com/kballard/dcbot.git
Search Repo:
dcbot / dcbot_example.conf
100644 16 lines (14 sloc) 0.315 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[global]
# debug = true
 
[connection]
host = 127.0.0.1
port = 7315
nickname = DCBot
description = DCBot
 
# multiple connections are theoretically allowed
# not yet implemented, but the architecture is in place
#[connection]
#host = otherhub.com
#port = 1234
#nickname = DCBot
#description = Ruby Direct Connect Bot