Sponge
Sponge is a simple, lightweight plugin based IRC bot and IRC library for Ruby. See the wiki for more information.
Example
client = Sponge::IRC::Client.new do
server "irc.freenode.org"
nickname "MyNick"
end
client.run
See Sponge::IRC::Client for more
Notes
Please note that this is an early release. Though the code should work fine, there are no specs and it lacks documenation. These will be added soon.
Installation
gem install sponge
or alternatively you can checkout the latest revision from github
git clone git://github.com/injekt/sponge
TODO
-
Finish this README
-
Create specs
-
Complete documentation
-
Create more rake tasks