go-irc

A basic SSL-supporting IRC client written in golang.
git clone http://git.hanabi.in/repos/go-irc.git
Log | Files | Refs | LICENSE

.env.example (235B)


      1 IRC_NICK="mybotname"
      2 IRC_PASS="mybotpass"
      3 IRC_USER="ircusername"
      4 IRC_NAME="ircname"
      5 SSL_CERT="path/to/client.pem"
      6 SSL_KEY="path/to/client.key"
      7 IRC_SERVER="irc.libera.chat:7000"
      8 IRC_CHANNELS="##foo,#bar"
      9 MAINTAINERS="acagastya,aytsaga"