From b0b47f17ec0bea2cacde2aada54fab6273985f34 Mon Sep 17 00:00:00 2001 From: Giuseppe Bilotta Date: Sun, 2 Sep 2007 07:16:36 +0000 Subject: ircbot.rb: add '/rbot' to the SOURCE_URL --- lib/rbot/ircbot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3