jaredpmclaughlin / ircb

An irc bot.
0 stars 0 forks source link

I made way too many changes between commits. I will do better. #10

Closed jaredpmclaughlin closed 1 year ago

jaredpmclaughlin commented 1 year ago

I stated detaching things such that all of the work is on the irc.cpp side. There's a new class called "message" that represents a message to / from the irc server, but is probably best used just for receiving messages. The sent messages can be represented by a fixed interface.