diff options
author | Matthias H <apoc@sixserv.org> | 2015-03-09 23:07:20 +0100 |
---|---|---|
committer | Matthias H <apoc@sixserv.org> | 2015-03-09 23:07:20 +0100 |
commit | cd4e36979d9c100f961ec25f46886fab5b30274b (patch) | |
tree | 72759c6a43e757692639a17c29152f63a6cf829d /lib | |
parent | afb262af2b1c4af103cb2f264f0f3b50137df8f2 (diff) |
updated copyright notice and authors
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rbot/ircbot.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rbot/ircbot.rb b/lib/rbot/ircbot.rb index 18b9e1d4..9afabb27 100644 --- a/lib/rbot/ircbot.rb +++ b/lib/rbot/ircbot.rb @@ -163,7 +163,7 @@ module Irc # Main bot class, which manages the various components, receives messages, # handles them or passes them to plugins, and contains core functionality. class Bot - COPYRIGHT_NOTICE = "(c) Tom Gilbert and the rbot development team" + COPYRIGHT_NOTICE = "(c) Giuseppe Bilotta and the rbot development team" SOURCE_URL = "http://ruby-rbot.org" # the bot's Auth data attr_reader :auth |