Top "Irc" questions

IRC - Stands for Internet Relay Chat is an internet based chat protocol.

What is a good IRC channel for Objective-C and Cocoa programming

What is a good IRC channel for Objective-C and Cocoa programming?

objective-c irc
What's the right way to kill child processes in perl before exiting?

I'm running an IRC Bot (Bot::BasicBot) which has two child processes running File::Tail but when exiting, they don't …

perl fork irc poe
Basic IRC Server Protocol overview / tutorial

I have to develop my own IRC Server for a project for school. School does not require much and all …

network-programming protocols network-protocols irc
How to strip color codes used by mIRC users?

I'm writing a IRC bot in Python using irclib and I'm trying to log the messages on certain channels. The …

python irc
Gracefully shut down a TCP socket

I'm writing an IRC client in C++ and currently I'm having an issue where, upon exit, I do: Send("QUIT :…

c++ sockets tcp winsock irc