mirror of
https://github.com/jeremyd/ergo.git
synced 2026-05-27 01:54:47 -07:00
@@ -747,6 +747,9 @@ func (conf *Config) OperatorClasses() (map[string]*OperClass, error) {
|
||||
|
||||
// add our own info
|
||||
oc.Title = info.Title
|
||||
if oc.Title == "" {
|
||||
oc.Title = "IRC operator"
|
||||
}
|
||||
for _, capab := range info.Capabilities {
|
||||
oc.Capabilities.Add(fixupCapability(capab))
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user