public
Description: Direct Connect bot written in Ruby
Clone URL: git://github.com/kballard/dcbot.git
Search Repo:
Change code location in !about message
kballard (author)
Sat Feb 23 14:52:07 -0800 2008
commit  0d2121933860f8c585e86197eb4627f7bb250f91
tree    768cec6b105445433e23727286c3c3f198faf973
parent  54db5eaa218b3c8cf9bede11c15c7da4d3d48fb2
...
24
25
26
27
 
28
29
30
...
24
25
26
 
27
28
29
30
0
@@ -24,7 +24,7 @@ class HelpPlugin < PluginBase
0
     about = <<EOF
0
 I am a Direct Connect bot written in Ruby.
0
 I was written by Kevin Ballard <kevin@sb.org>.
0
-My code is available at http://repo.or.cz/w/dcbot.git
0
+My code is available at http://github.com/kballard/dcbot/
0
 EOF
0
     about.split("\n").each do |line|
0
       socket.sendPrivateMessage(sender, line)

Comments

    No one has commented yet.