Sha256: c23d25b2049a2761c1f258015e4b0e5f3935b4380e9c6bc9ac3f7114843d1333

Contents?: true

Size: 372 Bytes

Versions: 9

Compression:

Stored size: 372 Bytes

Contents

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!

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
potato-0.0.16 README.md
potato-0.0.15 README.md
potato-0.0.14 README.md
potato-0.0.13 README.md
potato-0.0.12 README.md
potato-0.0.11 README.md
potato-0.0.10 README.md
potato-0.0.7 README.md
potato-0.0.6 README.md