struct
Circed::OperatorConfig
- Circed::OperatorConfig
- Struct
- Value
- Object
Included Modules
- YAML::Serializable
Defined in:
circed/config/operator_config.crConstructors
Instance Method Summary
- #hosts : Array(String)
- #local? : Bool
- #matches?(oper_name : String, oper_password : String, client_masks : Array(String)) : Bool
- #mode : Char
- #name : String
- #password : String
Constructor Detail
Instance Method Detail
def matches?(oper_name : String, oper_password : String, client_masks : Array(String)) : Bool
#