Age | Commit message (Collapse) | Author |
|
Added 'say' command, 'quit' command, and support for interrupt signal
handling. Also added more logging.
A bit of code cleanup. Replaced strcpy and strcat with sprintf wheren
appropriate.
This is still pretty hacky and needs refactoring for the long run, but
it works for now.
|
|
New function performs DNS lookup rather than requiring an ip address.
Also cleaned up a few other lines
|
|
Currently logs in to irc channel #general (will be parametarized later)
and posts "I'm here!". Stays connected to the channel by responding to
all PING requests with appropriate PONG response. Prints all irc network
traffic to terminal, currently preceeded with ---.
Includes GPLv3 license.
|