aboutsummaryrefslogtreecommitdiff
path: root/irc.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add descriptive comments to most Go functionsRunxi Yu2025-03-311-0/+3
|
* Add missing license header to irc.goRunxi Yu2025-03-311-0/+3
|
* Remove test message in IRCRunxi Yu2025-03-251-5/+0
|
* Variable name lengthsRunxi Yu2025-03-221-7/+7
|
* Initial lintingRunxi Yu2025-03-221-1/+1
|
* Log incoming and outgoing messagesRunxi Yu2025-03-221-10/+21
|
* Handle error when doing NICK/USERRunxi Yu2025-03-221-1/+4
|
* Only say test when self-joiningRunxi Yu2025-03-221-0/+7
|
* IRC sending queuesRunxi Yu2025-03-221-17/+94
|
* Add rudimentary IRC logicRunxi Yu2025-03-221-0/+46