Categorygithub.com/StalkR/goircbot
repositorypackage
1.0.6
Repository: https://github.com/stalkr/goircbot.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# README

Go IRC Bot

Build Status Godoc

Get and build

go get github.com/StalkR/goircbot

Hierarchy

  • . contains examplebot.go, an example bot binary.

  • bot directory contains the bot library.

  • plugins is a directory with plugin libraries; inspire from them to create new plugins.

  • lib is for little libraries used by plugins, which may be reused.

IRC library

It uses fluffle/goirc (doc).

Bugs, comments, questions

Create a new issue.