Skip to content

clem1/goircbot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Go IRC Bot

Build Status Godoc

Acquire and build

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:

  1. cd "$GOPATH/src/github.com/fluffle/goirc"

  2. git checkout master

  3. cd -

  4. go install github.com/fluffle/goirc

  5. and try again: go get github.com/StalkR/goircbot

Hierarchy

  • . is for package 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.

IRC library

It uses fluffle/goirc (doc). Very good!

Bugs, comments, questions

Create a new issue or email goircbot@stalkr.net.

Contributors

Thanks to:

  • gelraen for auto-rejoin channels after disconnect (#1)

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%