public
Description: Direct Connect bot written in Ruby
Clone URL: git://github.com/kballard/dcbot.git
Search Repo:
Rename README to README.markdown
kballard (author)
Wed Mar 12 19:47:02 -0700 2008
commit  5a498b0375a742aac109c5b3833829ce9660e0b1
tree    a68da762c027363f211d1975cb0267b12b55da3d
parent  2d19cf48643fd55d9573576e9ad8486894d7586f
0
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0
@@ -1,32 +1 @@
0
-DCBot is a Direct Connect bot written in Ruby.
0
-It has an extensible plugin architecture backed by a database
0
-and comes with a plugin to manage requests.
0
-
0
-Dependencies
0
-============
0
-
0
-- RubyGems
0
-- ActiveRecord
0
-- EventMachine
0
-- libbz2
0
-
0
-Usage
0
-=====
0
-
0
-Edit dcbot_example.conf, rename it to dcbot.conf, and then run dcbot.rb.
0
-Typing text into standard input will send it as messages to hub chat.
0
-
0
-Notes
0
-=====
0
-
0
-At this time, only one hub connection is supported. It should be easy to add multiple hubs,
0
-but I didn't need it and I wasn't sure how to handle keyboard input in that case.
0
-
0
-Also, please note that this is a fairly quick and dirty bot, so don't be surprised if some
0
-of the architecture is suboptimal.
0
-
0
-Author
0
-======
0
-
0
-Kevin Ballard <kevin@sb.org>
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
0
@@ -1 +1,35 @@
0
+DCBot
0
+=====
0
+
0
+DCBot is a Direct Connect bot written in Ruby.
0
+It has an extensible plugin architecture backed by a database
0
+and comes with a plugin to manage requests.
0
+
0
+Dependencies
0
+------------
0
+
0
+- RubyGems
0
+- ActiveRecord
0
+- EventMachine
0
+- libbz2
0
+
0
+Usage
0
+-----
0
+
0
+Edit dcbot_example.conf, rename it to dcbot.conf, and then run dcbot.rb.
0
+Typing text into standard input will send it as messages to hub chat.
0
+
0
+Notes
0
+-----
0
+
0
+At this time, only one hub connection is supported. It should be easy to add multiple hubs,
0
+but I didn't need it and I wasn't sure how to handle keyboard input in that case.
0
+
0
+Also, please note that this is a fairly quick and dirty bot, so don't be surprised if some
0
+of the architecture is suboptimal.
0
+
0
+Author
0
+------
0
+
0
+Kevin Ballard <kevin@sb.org>

Comments

    No one has commented yet.