Description IRC library. This is mostly conform to RFC1459 but partly not for convenience. Installation Archive Installation rake install Gem Installation gem install net-irc Features/Problems IRC client (for bot) IRC server (for gateway to webservices) Synopsis Client require "net/irc" class SimpleClient < Net::IRC::Client def on_privmsg(m) super channel, message = *m if message =~ /Hello/ post N