struct BotConfig
- BotConfig
- Struct
- Value
- Object
Defined in:
confs_parser.crConstructors
Class Method Summary
Instance Method Summary
- #channels : Array(String)
- #commands : Hash(String, Hash(String, String))
- #nickname : String
- #port : Int32
- #server : String
- #username : String
Constructor Detail
def self.new(server : String, port : Int32, username : String, nickname : String, channels : Array(String), commands : Hash(String, Hash(String, String)))
#