diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-02-14 09:23:10 +0100 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2008-02-14 09:23:10 +0100 |
commit | 3527629fa971d1407d152fecad13fb346c9286da (patch) | |
tree | 6201bdc35fa47c9a41e87075dd00e2b9589ede53 /lib/rbot | |
parent | 24bb60775741d3731400f1e430ef6bf3a2e1b933 (diff) |
* replace references to old website to references to new site
Diffstat (limited to 'lib/rbot')
-rw-r--r-- | lib/rbot/core/utils/httputil.rb | 2 | ||||
-rw-r--r-- | lib/rbot/ircbot.rb | 2 | ||||
-rw-r--r-- | lib/rbot/plugins/dice.rb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/lib/rbot/core/utils/httputil.rb b/lib/rbot/core/utils/httputil.rb index 2c83cebb..3d4133e0 100644 --- a/lib/rbot/core/utils/httputil.rb +++ b/lib/rbot/core/utils/httputil.rb @@ -283,7 +283,7 @@ class HttpUtil 'Accept-Charset' => 'utf-8;q=1.0, *;q=0.8', 'Accept-Encoding' => 'gzip;q=1, deflate;q=1, identity;q=0.8, *;q=0.2', 'User-Agent' => - "rbot http util #{$version} (http://linuxbrit.co.uk/rbot/)" + "rbot http util #{$version} (#{Irc::Bot::SOURCE_URL})" } debug "starting http cache cleanup timer" @timer = @bot.timer.add(300) { diff --git a/lib/rbot/ircbot.rb b/lib/rbot/ircbot.rb index 5cb9e4f3..42e3c9b6 100644 --- a/lib/rbot/ircbot.rb +++ b/lib/rbot/ircbot.rb @@ -124,7 +124,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/rbot" + SOURCE_URL = "http://ruby-rbot.org" # the bot's Auth data attr_reader :auth diff --git a/lib/rbot/plugins/dice.rb b/lib/rbot/plugins/dice.rb index 928da894..a09d2b1a 100644 --- a/lib/rbot/plugins/dice.rb +++ b/lib/rbot/plugins/dice.rb @@ -5,7 +5,7 @@ # Version: 0.3.2 # Date: Sat 6 Apr 2002 # -# You can get rbot from: http://www.linuxbrit.co.uk/rbot/ +# You can get rbot from: http://ruby-rbot.org # # Changelog # 0.1 - Initial release |