about summary refs log tree commit diff stats
path: root/main.go
Commit message (Expand)AuthorAgeFilesLines
...
* added !join functionBenny Morrison2019-03-161-1/+9
* error handling for !users/!uptimeBenny Morrison2019-03-161-2/+15
* added !users to display connected users on serverBenny Morrison2019-03-161-5/+7
* added !uptime commandBenny Morrison2019-03-161-0/+7
* added commentsBenny Morrison2019-03-161-6/+8
* todo comment re: ping/pongBenny Morrison2019-03-151-0/+1
* removed binaryBenny Morrison2019-03-151-1/+6
* finished exit commandBenny Morrison2019-03-151-1/+6
* refactored using github.com/lrstanley/gircBenny Morrison2019-03-151-58/+46
* moved config block to a function to keep it at the top of the fileBenny Morrison2019-03-141-2/+16
* tls connection to IRC serverBenny Morrison2019-03-141-3/+10
* beginning bot skeletonBenny Morrison2019-03-141-0/+47