Skip to content

Files

Latest commit

0d00197 · Apr 3, 2020

History

History
19 lines (14 loc) · 991 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 991 Bytes

goofbot gpl-3.0 Go Report Card GolangCI

An small bot for the 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