about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* adjusted !users sanitize sectionBenny Morrison2019-03-171-1/+1
* adjusted !users sanitize sectionBenny Morrison2019-03-171-1/+1
* adjusted !users sanitize sectionBenny Morrison2019-03-171-2/+2
* updated !users to not ping in ircBenny Morrison2019-03-171-1/+9
* added item to todoBenny Morrison2019-03-171-0/+1
* formattingBenny Morrison2019-03-171-0/+1
* formattingBenny Morrison2019-03-171-4/+4
* more command infoBenny Morrison2019-03-171-2/+4
* finished handler: reports total human users with accountsBenny Morrison2019-03-171-12/+6
* changed -j example valuesBenny Morrison2019-03-171-2/+2
* formattingBenny Morrison2019-03-171-3/+3
* added to todo listBenny Morrison2019-03-171-0/+1
* updated featuresBenny Morrison2019-03-171-2/+2
* fixed commentsBenny Morrison2019-03-171-0/+2
* Added command line switches: specifying config file location, describe config...Benny Morrison2019-03-171-2/+23
* ID with svcsBenny Morrison2019-03-171-1/+2
* eliminated unnecessary string manipulationBenny Morrison2019-03-171-4/+1
* fixed a commentBenny Morrison2019-03-171-1/+1
* set pass to empty stringBenny Morrison2019-03-171-1/+1
* added nickserv authentication if pass is set in config.jsonBenny Morrison2019-03-171-0/+8
* set pass field to null so go parses it as nilBenny Morrison2019-03-171-1/+1
* formattingBenny Morrison2019-03-171-1/+1
* updatedBenny Morrison2019-03-171-0/+1
* updated with features/todoBenny Morrison2019-03-171-1/+12
* fixed some commentsBenny Morrison2019-03-171-2/+4
* included Conf.Pass fieldBenny Morrison2019-03-171-0/+3
* added pass fieldBenny Morrison2019-03-171-0/+1
* removed 'out' fieldBenny Morrison2019-03-171-1/+0
* removed output variable, set to os.Stdout constantBenny Morrison2019-03-172-5/+4
* implemented parsing of json config file for basic info: server, port, nick, etcBenny Morrison2019-03-171-19/+35
* add error check / panic functionBenny Morrison2019-03-171-0/+6
* adjusted fieldsBenny Morrison2019-03-171-1/+1
* marked TODO re: parsing config.jsonBenny Morrison2019-03-161-0/+2
* moved config to json fileBenny Morrison2019-03-161-0/+11
* expanded !botlist info summaryBenny Morrison2019-03-161-1/+14
* moved initial channel to a variableBenny Morrison2019-03-161-1/+3
* finally debugged !join commandBenny Morrison2019-03-161-2/+3
* debugging !joinahriman2019-03-161-1/+1
* typoBenny Morrison2019-03-161-1/+1
* 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-152-1/+6
* finished exit commandBenny Morrison2019-03-152-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