We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
My config:
oper-classes: "foo": title:
error:
panic: runtime error: index out of range [0] with length 0 goroutine 1 [running]: github.com/ergochat/ergo/irc.(*Config).OperatorClasses(0xc0001ba400, 0xc0002b6300, 0xc, 0xc00023c8b8) /go/src/github.com/ergochat/ergo/irc/config.go:757 +0xaf6 github.com/ergochat/ergo/irc.LoadConfig(0xc000178177, 0x9, 0x9c4ee4, 0x6, 0xc00014b048) /go/src/github.com/ergochat/ergo/irc/config.go:1425 +0xe5e main.main() /go/src/github.com/ergochat/ergo/ergo.go:146 +0x7c5
problem is the [0] in the title here:
[0]
https://github.com/ergochat/ergo/blob/stable/irc/config.go#L757
The text was updated successfully, but these errors were encountered:
b68696e
Merge pull request #1719 from slingamn/config_panic
0a811f9
fix #1714
No branches or pull requests
My config:
error:
problem is the
[0]
in the title here:https://github.com/ergochat/ergo/blob/stable/irc/config.go#L757
The text was updated successfully, but these errors were encountered: