about summary refs log blame commit diff stats
path: root/README.md
blob: 7ebbba0148a5731b86df2568fb801781b3f8df8f (plain) (tree)
1
2
3
4
5
6
7
8

         



                                         

                                                            



                                                    
                                                                            
                                                 
 

                                             


       
                                      
# goofbot

An IRC bot I'm working on to practice Go.

## Features

External config file in JSON, optionally set via flag '-c'  
Gives example config file with flag '-j'  
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  

## TODO

Externalize basic command/responses