Potato ====== $ gem install potato THEN $ potato [--port port] [--room room1 --room room2] [--debug] [--max-users N] OR #!/usr/bin/env ruby require 'potato' Potato::Server.start(ARGV) THEN Connect your IRC client to localhost on port 6667 (or whatever other port you chose). Potato will give you instructions once connected. Happy potatoing!