IRC - Stands for Internet Relay Chat is an internet based chat protocol.
http://sourceforge.net/projects/jisirc/ is exactly what I need, only problem is it has multiple ActiveX dependencies and that …
javascript ircI'm writing a IRC bot in Python. Source: http://pastebin.com/gBrzMFmA ( sorry for pastebin, i don't know how to …
python ircI'm comparing between IRC, XMPP and a third proprietary server I have. what are the pros and cons of each …
protocols xmpp chat social-networking ircSo the following site explains how to make an irc bot, using socket, but it only works for python2, so …
python sockets python-3.x ircI am trying to get a node.js script to simulate a keypress, such as the up arrow or the …
javascript node.js ircI get the error message :irc.evilzone.org NOTICE AUTH :* Looking up your hostname... :irc.evilzone.org NOTICE AUTH :* Found …
python ircI'm working on a simple irc bot in C#, and I can't figure out how to embed the typical mirc …
c# ircI'm writing script in remote.ini The script looks like on 1:start:{ server some.irc.server server -m another.irc.…
irc mircAccording to RFC 2812, section 3.1, in order to connect to an IRC server, a user must issue three commands in this …
ircI'm writing python code for IRC client. I want to understand how IRC client and server communicating each other. Can …
python irc