A telnet-like IRC client. To compile. g++ telnirc.cpp -o telnirc Usage: ./telnirc <server> [port] [nickname] [-c] [-p <password>] -c: Will request available CAPs (IRCv3) Commands available through /h: /j #channel - Join a channel /p #channel - Part from a channel /r message - Send raw message directly to the server /q message - Quits with the specified message /n newnick - Change your nickname /msg user msg - Send a private message to a user or channel (updates currentBuffer) /b user/channel - Set the current buffer to a user or channel /cb - Show the current buffer /h - Show this help message -- MrIron