public
Description: Direct Connect bot written in Ruby
Clone URL: git://github.com/kballard/dcbot.git
Search Repo:
kballard (author)
Sat Feb 16 10:34:23 -0800 2008
commit  9a70a57c69c9b3d2bf0068a286d5146cc5a99cd1
tree    92f2c7054e424302d5f7afc3244575d8d5da3fe1
parent  de1016e6ca9607d8733f2ca88f28cf5b2670981a
dcbot / dcbot_example.conf
100644 17 lines (14 sloc) 0.315 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[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