irc Questions

1

public static string SERVER = "irc.rizon.net"; private static int PORT = 6667; private static string USER = "Test C# Irc bot"; private static string NICK = "Testing"; private static string CHANNEL ...
Morpheme asked 27/2, 2010 at 18:34

5

Solved

What's the best way to parse messages received from an IRC server with Python according to the RFC? I simply want some kind of list/whatever, for example: :[email protected] PRIVMSG #channel ...
Hawks asked 30/5, 2009 at 21:51

2

Solved

I've recently become aware that there's a distinction between IP multicasting (which apparently doesn't work that well on the public internet) and application multicasting (which is apparentl...
Spiros asked 1/11, 2008 at 21:15

3

Solved

I've always used EFnet for IRC but discovered Freenode recently. Is this the most populated server for programmers in general?
irc
Trimetric asked 28/10, 2009 at 23:31

2

http://sourceforge.net/projects/jisirc/ is exactly what I need, only problem is it has multiple ActiveX dependencies and that will not do. Does anyone know of any similar projects which are m...
Hexapody asked 17/8, 2009 at 7:7

5

Solved

I started using IRC at a young age, and I have always been fascinated with it. As a language exercise, I was thinking about programming a simple IRC client in Ruby with Shoes as a graphical front-e...
Contort asked 23/8, 2008 at 15:49

3

I'm making a simple IRC Bot in C. And I finally got the bot connecting and receiving information. My code is supposed to be sending as well, but the server is acting as if it is not sending anythin...
Trevor asked 27/11, 2008 at 8:7

4

Solved

The situation: I want to play around with IRC bots as general communications interfaces to other code I am investigating. The server hardware would be old and low-memory, but running on a re...
Wappes asked 27/9, 2008 at 17:17

© 2022 - 2024 — McMap. All rights reserved.