nickvanw / ircx

Basic callback-driven Go IRC bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[critical] programming error - no return statement

brandsjek opened this issue · comments

I tried to create a bot connecting IRC and telegram. I get the following error:
/usr/lib/go/src/pkg/github.com/nickvanw/ircx/bot.go:111: function ends without a return statement
Help would be appreciated.

Hi @Flippylosaurus!

What version of Go are you running? You can find this out by typing go version at the terminal.