Top "Irc" questions

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

How can I write colored text to irc channel with irssi

I'm googling all day now and I'm searching for a method to write a text with different colors like I …

irc irssi
Building an IRC bot in Java

After some googling an obvious answer or starting point for a Java IRC bot has not presented itself, my question; …

java sockets irc
IRC Bot: Error - Registration Timeout

I'm making a simple IRC Bot in C. And I finally got the bot connecting and receiving information. My code …

c sockets irc
How to link IRC and Google Talk?

I am looking for a way to link IRC to Google Talk. At the moment we use Partychatapp for google …

xmpp irc google-talk
Connecting to twitch chat python

import time import win32api, win32con import socket #imports module allowing connection to IRC import threading #imports module allowing …

python irc twitch
IRC channel for iPhone developers?

I was wondering if there is a good IRC channel around somewhere that allows iPhone developers to get together and …

iphone irc
Python & parsing IRC messages

What's the best way to parse messages received from an IRC server with Python according to the RFC? I simply …

python parsing irc
Insert line breaks into an IRC message

I'm trying to programmatically send IRC messages with the PRIVMSG command. IRC uses CRLF to delimit separate commands, so "enter" …

line-breaks irc
Determine If a User Is Idented On IRC

In my IRC Bot, there are some commands that I want to only be usable by me, and I want …

irc bots
IRC - How to disable invite only on channel?

I have created and registered an IRC channel, that way I can reclaim channel operator status upon re-entry. However, today …

irc