aboutsummaryrefslogtreecommitdiff
path: root/irc.go (unfollow)
Commit message (Expand)AuthorFilesLines
2025-03-31Add descriptive comments to most Go functionsRunxi Yu1-0/+3
2025-03-31Add missing license header to irc.goRunxi Yu1-0/+3
2025-03-25Remove test message in IRCRunxi Yu1-5/+0
2025-03-22Variable name lengthsRunxi Yu1-7/+7
2025-03-22Initial lintingRunxi Yu1-1/+1
2025-03-22Log incoming and outgoing messagesRunxi Yu1-10/+21
2025-03-22Handle error when doing NICK/USERRunxi Yu1-1/+4
2025-03-22Only say test when self-joiningRunxi Yu1-0/+7
2025-03-22IRC sending queuesRunxi Yu1-17/+94
2025-03-22Add rudimentary IRC logicRunxi Yu1-0/+46