Plugin header boilerplating.
authorGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 18 Feb 2007 14:27:43 +0000 (14:27 +0000)
committerGiuseppe Bilotta <giuseppe.bilotta@gmail.com>
Sun, 18 Feb 2007 14:27:43 +0000 (14:27 +0000)
commitedd1cf77be07ae507014574141e920ad23eb164d
treeff4e21c5ba40f32d0713391c9a04dc90cb2742c2
parent1dc872c99dccc0c34cb15c4083b7a70d4266d635
Plugin header boilerplating.

New plugin.header file provided, to be used as model for the header of new plugins. Many existing plugins have been adjusted to provide the same info the same way. I might have misplaced some information, so please let me know if this is the case.

Also augmented a couple of copyright notices to include the 'rbot development team' alongside Tom Gilbert.
38 files changed:
AUTHORS
ChangeLog
data/rbot/plugins/azgame.rb
data/rbot/plugins/bans.rb
data/rbot/plugins/debugger.rb
data/rbot/plugins/dict.rb
data/rbot/plugins/digg.rb
data/rbot/plugins/forecast.rb
data/rbot/plugins/grouphug.rb
data/rbot/plugins/hl2.rb
data/rbot/plugins/imdb.rb
data/rbot/plugins/iplookup.rb
data/rbot/plugins/karma.rb
data/rbot/plugins/lart.rb
data/rbot/plugins/linkbot.rb
data/rbot/plugins/markov.rb
data/rbot/plugins/nickserv.rb
data/rbot/plugins/plugin.header [new file with mode: 0644]
data/rbot/plugins/quiz.rb
data/rbot/plugins/roshambo.rb
data/rbot/plugins/rss.rb
data/rbot/plugins/salut.rb
data/rbot/plugins/script.rb
data/rbot/plugins/search.rb
data/rbot/plugins/shortenurls.rb
data/rbot/plugins/time.rb
data/rbot/plugins/topic.rb
data/rbot/plugins/weather.rb
data/rbot/plugins/wow.rb
lib/rbot/core/auth.rb
lib/rbot/core/basics.rb
lib/rbot/core/config.rb
lib/rbot/core/remote.rb
lib/rbot/core/utils/extends.rb
lib/rbot/core/utils/httputil.rb
lib/rbot/core/utils/utils.rb
lib/rbot/ircbot.rb
lib/rbot/rfc2812.rb