Top "Irc" questions

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

I am looking for a JavaScript IRC client

http://sourceforge.net/projects/jisirc/ is exactly what I need, only problem is it has multiple ActiveX dependencies and that …

javascript irc
Python, recreate a socket and automatically reconnect

I'm writing a IRC bot in Python. Source: http://pastebin.com/gBrzMFmA ( sorry for pastebin, i don't know how to …

python irc
what's the best open protocol for chat room software?

I'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 irc
TypeError: can't concat bytes to str, trying to use python3

So the following site explains how to make an irc bot, using socket, but it only works for python2, so …

python sockets python-3.x irc
Node.js JavaScript: Simulate Keypress on Server (Like a Macro)

I am trying to get a node.js script to simulate a keypress, such as the up arrow or the …

javascript node.js irc
Python IRC bot won't join

I get the error message :irc.evilzone.org NOTICE AUTH :* Looking up your hostname... :irc.evilzone.org NOTICE AUTH :* Found …

python irc
Embed mIRC Color codes into a C# literal?

I'm working on a simple irc bot in C#, and I can't figure out how to embed the typical mirc …

c# irc
Connect to an irc server with password

I'm writing script in remote.ini The script looks like on 1:start:{ server some.irc.server server -m another.irc.…

irc mirc
What is the difference between the nick, username, and real name in IRC, and what is the password?

According to RFC 2812, section 3.1, in order to connect to an IRC server, a user must issue three commands in this …

irc
IRC client in python

I'm writing python code for IRC client. I want to understand how IRC client and server communicating each other. Can …

python irc