go get github.com/StalkR/goircbot
If it fails, it's likely because goircbot is based on fluffle/goirc
master
branch and Go takes go1
branch by default.
Solution:
-
cd "$GOPATH/src/github.com/fluffle/goirc"
-
git checkout master
-
cd -
-
go install github.com/fluffle/goirc
-
and try again:
go get github.com/StalkR/goircbot
-
.
is forpackage main
and contains an example bot (examplebot.go
). -
bot
directory contains the package itself. -
plugins
is for plugins; inspire from them to create new plugins. -
lib
is for little libraries used by plugins.
It uses fluffle/goirc (doc). Very good!
Create a new issue or email goircbot@stalkr.net.
Thanks to: