public
Description: Direct Connect bot written in Ruby
Clone URL: git://github.com/kballard/dcbot.git
Search Repo:
Annotate the example config file
kballard (author)
Sat Feb 16 10:34:23 -0800 2008
commit  9a70a57c69c9b3d2bf0068a286d5146cc5a99cd1
tree    92f2c7054e424302d5f7afc3244575d8d5da3fe1
parent  de1016e6ca9607d8733f2ca88f28cf5b2670981a
...
 
 
 
1
2
3
4
5
 
 
 
 
 
 
 
 
 
 
...
1
2
3
4
5
6
 
 
7
8
9
10
11
12
13
14
15
16
0
@@ -1,6 +1,17 @@
0
+[global]
0
+# debug = true
0
+
0
 [connection]
0
 host = 127.0.0.1
0
 port = 7315
0
-nickname = RequestBot
0
-description = Ruby Request Bot
0
+nickname = DCBot
0
+description = DCBot
0
+
0
+# multiple connections are theoretically allowed
0
+# not yet implemented, but the architecture is in place
0
+#[connection]
0
+#host = otherhub.com
0
+#port = 1234
0
+#nickname = DCBot
0
+#description = Ruby Direct Connect Bot

Comments

    No one has commented yet.