1 DCBot is a Direct Connect bot written in Ruby.
2 It has an extensible plugin architecture backed by a database
3 and comes with a plugin to manage requests.
15 Edit dcbot_example.conf, rename it to dcbot.conf, and then run dcbot.rb.
16 Typing text into standard input will send it as messages to hub chat.
21 At this time, only one hub connection is supported. It should be easy to add multiple hubs,
22 but I didn't need it and I wasn't sure how to handle keyboard input in that case.
24 Also, please note that this is a fairly quick and dirty bot, so don't be surprised if some
25 of the architecture is suboptimal.
30 Kevin Ballard <kevin@sb.org>