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
e.g. when I don’t set irc.realname in the config file:
irc.realname
> result/bin/irccat 2021-03-21 13:40:04 INFO main main.go:37 IRCCat () starting... panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x14 pc=0x84ba74] goroutine 1 [running]: main.(*IRCCat).connectIRC(0xc00007a8c0, 0x0, 0x0, 0x3) github.com/irccloud/irccat/irc.go:16 +0xd4 main.main() github.com/irccloud/irccat/main.go:66 +0x5f7
The text was updated successfully, but these errors were encountered:
No branches or pull requests
e.g. when I don’t set
irc.realname
in the config file:The text was updated successfully, but these errors were encountered: