An IRC bot.
Botter is a modular IRC bot made with Ruby. It uses Ruby-IRC to interact with
IRC servers.
!g apples
)!d cats
)Any operating system should work, as long as all the dependencies can be built.
Install all the dependencies:
% bundle install
Afterwards, copy the example configuration to config.yml
and edit it to fit
your needs:
% cp config.yml.example config.yml
% vi config.yml
And finally start Botter:
% ./bot.rb
(If that didn’t work, try bundle exec ruby bot.rb
)