10
Socket in C language for IRC bot
by admin ·
A small application in C language, a simple IRC bot to connect to the server join and join a channel and of course respond to PING.
The advantage of this code is not having much in the public hand, initiation, connection and ping responses are in positions apart, allowing easier handling code as if everything was in the main function.
(more…)

