initial import of rbot
authorTom Gilbert <tom@linuxbrit.co.uk>
Sat, 9 Oct 2004 01:51:05 +0000 (01:51 +0000)
committerTom Gilbert <tom@linuxbrit.co.uk>
Sat, 9 Oct 2004 01:51:05 +0000 (01:51 +0000)
commit0f3e302547363ea237454dda891ddb5de1be4476
treeec45be24a669ee28b5e2da4ff65e39265a418e0b
initial import of rbot
63 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
REQUIREMENTS [new file with mode: 0644]
TODO [new file with mode: 0644]
contrib/plugins/figlet.rb [new file with mode: 0644]
contrib/plugins/ri.rb [new file with mode: 0644]
contrib/plugins/stats.rb [new file with mode: 0644]
contrib/plugins/vandale.rb [new file with mode: 0644]
docgen [new file with mode: 0755]
rbot.rb [new file with mode: 0755]
rbot/auth.rb [new file with mode: 0644]
rbot/channel.rb [new file with mode: 0644]
rbot/config.rb [new file with mode: 0644]
rbot/dbhash.rb [new file with mode: 0644]
rbot/ircbot.rb [new file with mode: 0644]
rbot/ircsocket.rb [new file with mode: 0644]
rbot/keywords.rb [new file with mode: 0644]
rbot/language.rb [new file with mode: 0644]
rbot/languages/dutch.lang [new file with mode: 0644]
rbot/languages/english.lang [new file with mode: 0644]
rbot/message.rb [new file with mode: 0644]
rbot/plugins.rb [new file with mode: 0644]
rbot/plugins/autorejoin.rb [new file with mode: 0644]
rbot/plugins/cal.rb [new file with mode: 0644]
rbot/plugins/dice.rb [new file with mode: 0644]
rbot/plugins/eightball.rb [new file with mode: 0644]
rbot/plugins/excuse.rb [new file with mode: 0644]
rbot/plugins/fish.rb [new file with mode: 0644]
rbot/plugins/fortune.rb [new file with mode: 0644]
rbot/plugins/freshmeat.rb [new file with mode: 0644]
rbot/plugins/google.rb [new file with mode: 0644]
rbot/plugins/host.rb [new file with mode: 0644]
rbot/plugins/insult.rb [new file with mode: 0644]
rbot/plugins/karma.rb [new file with mode: 0644]
rbot/plugins/lart.rb [new file with mode: 0644]
rbot/plugins/math.rb [new file with mode: 0644]
rbot/plugins/nickserv.rb [new file with mode: 0644]
rbot/plugins/nslookup.rb [new file with mode: 0644]
rbot/plugins/opmeh.rb [new file with mode: 0644]
rbot/plugins/quotes.rb [new file with mode: 0644]
rbot/plugins/remind.rb [new file with mode: 0644]
rbot/plugins/roshambo.rb [new file with mode: 0644]
rbot/plugins/rot13.rb [new file with mode: 0644]
rbot/plugins/roulette.rb [new file with mode: 0644]
rbot/plugins/seen.rb [new file with mode: 0644]
rbot/plugins/slashdot.rb [new file with mode: 0644]
rbot/plugins/spell.rb [new file with mode: 0644]
rbot/plugins/tube.rb [new file with mode: 0644]
rbot/plugins/url.rb [new file with mode: 0644]
rbot/plugins/weather.rb [new file with mode: 0644]
rbot/plugins/wserver.rb [new file with mode: 0644]
rbot/registry.rb [new file with mode: 0644]
rbot/rfc2812.rb [new file with mode: 0644]
rbot/timer.rb [new file with mode: 0644]
rbot/utils.rb [new file with mode: 0644]
rbotconf/conf.rbot [new file with mode: 0644]
rbotconf/keywords.rbot [new file with mode: 0644]
rbotconf/lart/larts [new file with mode: 0644]
rbotconf/lart/praises [new file with mode: 0644]
rbotconf/levels.rbot [new file with mode: 0644]
rbotconf/users.rbot [new file with mode: 0644]