IRC - Stands for Internet Relay Chat is an internet based chat protocol.
I'm googling all day now and I'm searching for a method to write a text with different colors like I …
irc irssiAfter some googling an obvious answer or starting point for a Java IRC bot has not presented itself, my question; …
java sockets ircI'm making a simple IRC Bot in C. And I finally got the bot connecting and receiving information. My code …
c sockets ircI am looking for a way to link IRC to Google Talk. At the moment we use Partychatapp for google …
xmpp irc google-talkimport time import win32api, win32con import socket #imports module allowing connection to IRC import threading #imports module allowing …
python irc twitchI was wondering if there is a good IRC channel around somewhere that allows iPhone developers to get together and …
iphone ircWhat's the best way to parse messages received from an IRC server with Python according to the RFC? I simply …
python parsing ircI'm trying to programmatically send IRC messages with the PRIVMSG command. IRC uses CRLF to delimit separate commands, so "enter" …
line-breaks ircIn my IRC Bot, there are some commands that I want to only be usable by me, and I want …
irc botsI have created and registered an IRC channel, that way I can reclaim channel operator status upon re-entry. However, today …
irc