Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing !users | Benny Morrison | 2019-03-19 | 1 | -1/+1 |
* | command !users refactoring in progress | Benny Morrison | 2019-03-19 | 1 | -1/+1 |
* | missing return statement | Benny Morrison | 2019-03-18 | 1 | -0/+1 |
* | updated comments | Benny Morrison | 2019-03-18 | 1 | -1/+5 |
* | extended command line flags now available | Benny Morrison | 2019-03-18 | 1 | -1/+6 |
* | completed !admin - notifies admins that they are needed via gotify.sh | Benny Morrison | 2019-03-17 | 1 | -2/+9 |
* | placeholder for !admin notifications; commented !users | Benny Morrison | 2019-03-17 | 1 | -0/+7 |
* | refactored !users, still a WIP | Benny Morrison | 2019-03-17 | 1 | -18/+16 |
* | adjusted !users sanitize section | Benny Morrison | 2019-03-17 | 1 | -1/+3 |
* | adjusted !users sanitize section | Benny Morrison | 2019-03-17 | 1 | -1/+1 |
* | adjusted !users sanitize section | Benny Morrison | 2019-03-17 | 1 | -1/+1 |
* | adjusted !users sanitize section | Benny Morrison | 2019-03-17 | 1 | -2/+2 |
* | updated !users to not ping in irc | Benny Morrison | 2019-03-17 | 1 | -1/+9 |
* | finished handler: reports total human users with accounts | Benny Morrison | 2019-03-17 | 1 | -12/+6 |
* | changed -j example values | Benny Morrison | 2019-03-17 | 1 | -2/+2 |
* | fixed comments | Benny Morrison | 2019-03-17 | 1 | -0/+2 |
* | Added command line switches: specifying config file location, describe config... | Benny Morrison | 2019-03-17 | 1 | -2/+23 |
* | eliminated unnecessary string manipulation | Benny Morrison | 2019-03-17 | 1 | -4/+1 |
* | fixed a comment | Benny Morrison | 2019-03-17 | 1 | -1/+1 |
* | added nickserv authentication if pass is set in config.json | Benny Morrison | 2019-03-17 | 1 | -0/+8 |
* | fixed some comments | Benny Morrison | 2019-03-17 | 1 | -2/+4 |
* | included Conf.Pass field | Benny Morrison | 2019-03-17 | 1 | -0/+3 |
* | removed output variable, set to os.Stdout constant | Benny Morrison | 2019-03-17 | 1 | -3/+2 |
* | implemented parsing of json config file for basic info: server, port, nick, etc | Benny Morrison | 2019-03-17 | 1 | -19/+35 |
* | add error check / panic function | Benny Morrison | 2019-03-17 | 1 | -0/+6 |
* | marked TODO re: parsing config.json | Benny Morrison | 2019-03-16 | 1 | -0/+2 |
* | expanded !botlist info summary | Benny Morrison | 2019-03-16 | 1 | -1/+14 |
* | moved initial channel to a variable | Benny Morrison | 2019-03-16 | 1 | -1/+3 |
* | finally debugged !join command | Benny Morrison | 2019-03-16 | 1 | -2/+3 |
* | debugging !join | ahriman | 2019-03-16 | 1 | -1/+1 |
* | typo | Benny Morrison | 2019-03-16 | 1 | -1/+1 |
* | added !join function | Benny Morrison | 2019-03-16 | 1 | -1/+9 |
* | error handling for !users/!uptime | Benny Morrison | 2019-03-16 | 1 | -2/+15 |
* | added !users to display connected users on server | Benny Morrison | 2019-03-16 | 1 | -5/+7 |
* | added !uptime command | Benny Morrison | 2019-03-16 | 1 | -0/+7 |
* | added comments | Benny Morrison | 2019-03-16 | 1 | -6/+8 |
* | todo comment re: ping/pong | Benny Morrison | 2019-03-15 | 1 | -0/+1 |
* | removed binary | Benny Morrison | 2019-03-15 | 1 | -1/+6 |
* | finished exit command | Benny Morrison | 2019-03-15 | 1 | -1/+6 |
* | refactored using github.com/lrstanley/girc | Benny Morrison | 2019-03-15 | 1 | -58/+46 |
* | moved config block to a function to keep it at the top of the file | Benny Morrison | 2019-03-14 | 1 | -2/+16 |
* | tls connection to IRC server | Benny Morrison | 2019-03-14 | 1 | -3/+10 |
* | beginning bot skeleton | Benny Morrison | 2019-03-14 | 1 | -0/+47 |