module Balotelli::Config
Constants
- FREENODE
- MOZNET
- PIRC
- QUAKENET
- RIZON
Public Instance Methods
build(server, name = format('balotelli%03d', rand(1000)), pass = nil)
click to toggle source
# File lib/balotelli/config.rb, line 11 def build(server, name = format('balotelli%03d', rand(1000)), pass = nil) const_get(server.upcase).dup.push(name, pass) end