Top "Irc" questions

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

Python - a bytes like object is required, not str

I'm moving my Twitch bot from Python 2.7 to Python 3.5. I keep getting the error: a bytes like object is required …

python python-3.x irc twitch
How do i program a simple IRC bot in python?

I need help writing a basic IRC bot that just connects to a channel.. is anyone able to explain me …

python sockets irc connect bots
Is there any way to get the users of an IRC channel without joining it?

I want to be able to get the list of users and their details from an IRC channel without joining …

irc
Best IRC server for programming channels?

I've always used EFnet for IRC but discovered Freenode recently. Is this the most populated server for programmers in general?

irc
socket.error: [Errno 10054]

import socket, sys if len(sys.argv) !=3 : print "Usage: ./supabot.py <host> <port>" sys.exit(1) irc = …

python sockets network-protocols irc
IRC Python Bot: Best Way

I want to build a bot that basically does the following: Listens to the room and interacts with users and …

python irc bots
C++ network programming

Hey, I would like to expand my knowledge in C++, so the first thing I'm taking on is network programming. …

c++ sockets network-programming irc bots
IRC library in C#

I want to embed a small chat window in my program that will function as a basic IRC client. This …

c# client irc
Recommended IRC server (ircd) for a small site?

The situation: I want to play around with IRC bots as general communications interfaces to other code I am investigating. …

linux comparison irc
Best way to embed an IRC client in a webpage

I'm looking for a good, free, preferrably open source, IRC client to be embedded in a web page. The obvious …

html irc