bender

module
v0.0.0-...-efa4d4d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2024 License: MIT

README

bender

An IRC bot in Go

A work in progress.

Install

go get github.com/adamhassel/bender
go build -o bender cmd/bender/main.go
# optional, if you want plugins:
go build -buildmode=plugin plugins/<plugin>/<plugin>.go -o <plugin>.so
# edit config, save in conf/conf.yml
./bender

Feature list:

Core
  • Multiple channels
  • multiple servers
  • Ignore (e.g. other bots)
  • Plugin support, see README in plugins dir.
Factoid database
  • Stores factoids from users
  • Stores metadata about factoids: user name, time stamp
  • supports verbatim replies and actions
  • custom reply patterns
Beatme

A fun friday game. op the bot and have it kick random channel members

See also the TODO and Issues list for planned stuff

Directories

Path Synopsis
cmd
internal
factoids
Package factoids implemets a simple factoid get/set system for the bot
Package factoids implemets a simple factoid get/set system for the bot
lib/plugins
Package plugins defines support for plugins.
Package plugins defines support for plugins.
plugins

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL