Skip to content

harrywhite4/bitbot

 
 

Repository files navigation

Bitbot

A minimal IRC bot that was built for me, not you.

Installation

go get github.com/bbriggs/bitbot && go install github.com/bbriggs/bitbot

Usage

Assuming that $GOPATH/bin is in your $PATH:

bitbot run --server=irc.someserver.com:6697 --channels="#foo,#bar" --nick=bitbot --ssl

Or with Docker:

docker run -d -it bbriggs/bitbot run --server=irc.someserver.com:6697 --channels="#foo,#bar" --nick=bitbot --ssl

About

A golang IRC bot

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.0%
  • Shell 4.8%
  • Dockerfile 1.2%