summaryrefslogtreecommitdiff
path: root/lib/rbot
diff options
context:
space:
mode:
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-09-02 07:16:36 +0000
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>2007-09-02 07:16:36 +0000
commitb0b47f17ec0bea2cacde2aada54fab6273985f34 (patch)
tree7d8901e8d4d5eab15969fa75ed0221471d1ed9b1 /lib/rbot
parent57e7f0b22d7188c1d29c7b020a93450cda202ca8 (diff)
ircbot.rb: add '/rbot' to the SOURCE_URL
Diffstat (limited to 'lib/rbot')
-rw-r--r--lib/rbot/ircbot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/ircbot.rb b/lib/rbot/ircbot.rb
index d488e173..d6e874be 100644
--- a/lib/rbot/ircbot.rb
+++ b/lib/rbot/ircbot.rb
@@ -120,7 +120,7 @@ module Irc
# handles them or passes them to plugins, and contains core functionality.
class Bot
COPYRIGHT_NOTICE = "(c) Tom Gilbert and the rbot development team"
- SOURCE_URL = "http://linuxbrit.co.uk"
+ SOURCE_URL = "http://linuxbrit.co.uk/rbot"
# the bot's Auth data
attr_reader :auth