https://github.com/tildeinstitute/goofbot
A small IRC bot for https://tilde.institute
https://github.com/tildeinstitute/goofbot
go golang irc tilde tildes tildeverse
Last synced: 5 months ago
JSON representation
A small IRC bot for https://tilde.institute
- Host: GitHub
- URL: https://github.com/tildeinstitute/goofbot
- Owner: tildeinstitute
- License: gpl-3.0
- Created: 2019-03-14T06:40:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-19T00:38:07.000Z (over 5 years ago)
- Last Synced: 2023-11-07T05:36:01.251Z (over 2 years ago)
- Topics: go, golang, irc, tilde, tildes, tildeverse
- Language: Go
- Homepage:
- Size: 2.97 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goofbot  [](https://goreportcard.com/report/github.com/gbmor/goofbot) [](https://golangci.com/r/github.com/gbmor/goofbot)
An small bot for the [tilde.institute](https://tilde.institute) IRC channel
## Features
External config file in JSON, file name/path optionally set via flag '-c' or '--config'
Gives example config file with flag '-j' or '--json'
Standard command/response structure
* !totalusers - reports number of registered users
* !users - reports logged in users
* !uptime - reports uptime and load
* !admin - Interacts with Gotify API to send a push notification to admins
* !join #channel - Directs bot to join #channel
Can define a bot owner for certain commands
Able to identify with services
Handles ^C (SIGINT) gracefully