]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/commit
move rbot into lib - still rearranging for packaging/installation
authorTom Gilbert <tom@linuxbrit.co.uk>
Wed, 27 Jul 2005 16:32:32 +0000 (16:32 +0000)
committerTom Gilbert <tom@linuxbrit.co.uk>
Wed, 27 Jul 2005 16:32:32 +0000 (16:32 +0000)
commit2a96c9198c1f6e13407d0999083f6ce5e0bc06fa
treeb3b9247d275d9b554665bc22884104d266d2e757
parent21949774b91eaec6ecde4eaa8ad121e2c0a36b87
move rbot into lib - still rearranging for packaging/installation
70 files changed:
bin/rbot
lib/rbot/auth.rb [new file with mode: 0644]
lib/rbot/channel.rb [new file with mode: 0644]
lib/rbot/config.rb [new file with mode: 0644]
lib/rbot/dbhash.rb [new file with mode: 0644]
lib/rbot/httputil.rb [new file with mode: 0644]
lib/rbot/ircbot.rb [new file with mode: 0644]
lib/rbot/ircsocket.rb [new file with mode: 0644]
lib/rbot/keywords.rb [new file with mode: 0644]
lib/rbot/language.rb [new file with mode: 0644]
lib/rbot/languages/dutch.lang [new file with mode: 0644]
lib/rbot/languages/english.lang [new file with mode: 0644]
lib/rbot/languages/german.lang [new file with mode: 0644]
lib/rbot/message.rb [new file with mode: 0644]
lib/rbot/messagemapper.rb [new file with mode: 0644]
lib/rbot/plugins.rb [new file with mode: 0644]
lib/rbot/plugins/autoop.rb [new file with mode: 0644]
lib/rbot/plugins/autorejoin.rb [new file with mode: 0644]
lib/rbot/plugins/cal.rb [new file with mode: 0644]
lib/rbot/plugins/dice.rb [new file with mode: 0644]
lib/rbot/plugins/eightball.rb [new file with mode: 0644]
lib/rbot/plugins/excuse.rb [new file with mode: 0644]
lib/rbot/plugins/fish.rb [new file with mode: 0644]
lib/rbot/plugins/fortune.rb [new file with mode: 0644]
lib/rbot/plugins/freshmeat.rb [new file with mode: 0644]
lib/rbot/plugins/google.rb [new file with mode: 0644]
lib/rbot/plugins/host.rb [new file with mode: 0644]
lib/rbot/plugins/httpd.rb [new file with mode: 0644]
lib/rbot/plugins/insult.rb [new file with mode: 0644]
lib/rbot/plugins/karma.rb [new file with mode: 0644]
lib/rbot/plugins/lart.rb [new file with mode: 0644]
lib/rbot/plugins/math.rb [new file with mode: 0644]
lib/rbot/plugins/nickserv.rb [new file with mode: 0644]
lib/rbot/plugins/nslookup.rb [new file with mode: 0644]
lib/rbot/plugins/opmeh.rb [new file with mode: 0644]
lib/rbot/plugins/quotes.rb [new file with mode: 0644]
lib/rbot/plugins/remind.rb [new file with mode: 0644]
lib/rbot/plugins/roshambo.rb [new file with mode: 0644]
lib/rbot/plugins/rot13.rb [new file with mode: 0644]
lib/rbot/plugins/roulette.rb [new file with mode: 0644]
lib/rbot/plugins/seen.rb [new file with mode: 0644]
lib/rbot/plugins/slashdot.rb [new file with mode: 0644]
lib/rbot/plugins/spell.rb [new file with mode: 0644]
lib/rbot/plugins/tube.rb [new file with mode: 0644]
lib/rbot/plugins/url.rb [new file with mode: 0644]
lib/rbot/plugins/weather.rb [new file with mode: 0644]
lib/rbot/plugins/wserver.rb [new file with mode: 0644]
lib/rbot/registry.rb [new file with mode: 0644]
lib/rbot/rfc2812.rb [new file with mode: 0644]
lib/rbot/timer.rb [new file with mode: 0644]
lib/rbot/utils.rb [new file with mode: 0644]
rbot/auth.rb [deleted file]
rbot/channel.rb [deleted file]
rbot/config.rb [deleted file]
rbot/dbhash.rb [deleted file]
rbot/httputil.rb [deleted file]
rbot/ircbot.rb [deleted file]
rbot/ircsocket.rb [deleted file]
rbot/keywords.rb [deleted file]
rbot/language.rb [deleted file]
rbot/languages/dutch.lang [deleted file]
rbot/languages/english.lang [deleted file]
rbot/languages/german.lang [deleted file]
rbot/message.rb [deleted file]
rbot/messagemapper.rb [deleted file]
rbot/plugins.rb [deleted file]
rbot/registry.rb [deleted file]
rbot/rfc2812.rb [deleted file]
rbot/timer.rb [deleted file]
rbot/utils.rb [deleted file]