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 ...
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 ...
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...
3
Solved
I've always used EFnet for IRC but discovered Freenode recently. Is this the most populated server for programmers in general?
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...
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...
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.