0
votes
0answers
27 views
XChat alternative on windows ? [closed]
I have been using xchat for years, but lately it hangs all the time ( i'm using silverex.org builds ).
So i need a temporary alternative. Something with multiple server support.
Oh .. and no , i …
1
vote
1answer
40 views
How do I check if a user is authenticated with NickServ using POE::Component::IRC::State in Perl?
I'm trying to test whether a user is registered on FreeNode. nick_info() doesn't seem to return information about this, so I want to use $irc->yield(whois => $nick); and then grab the irc_whois …
0
votes
1answer
105 views
Ruby IRC With DCC
I cant seem to figure out DCC using Isaac but I cant seem to figure out how to receive and send files with the bot. I found a different IRC bot here that supports DCC but I cant figure out how to …
0
votes
4answers
67 views
How can a while() loop not stall when using fsockopen() and fgets() in PHP?
This is the basic connection code for a small PHP IRC bot. The problem is that it seems that the while() loop does not progress beyond fgets() until it receives data from the IRC server. I want the …
0
votes
0answers
16 views
bitlbee IRC client in ubuntu [closed]
hi
im very new to IRC like bitlbee i want to use this in my ubuntu terminal please guide step by step
thanks a lot
0
votes
0answers
26 views
Creating an SendQ for my tcp client in C#
Well, my project is an IRC Bot. and all outgoing information gets controlled and formatted to raw data by methods, and then gets sent to one main void, which then sends the data to the server. Im …
-2
votes
0answers
243 views
Which is the best IRC client for Windows? [closed]
I am new to IRC chat. Which would be the best client to use on Windows (Vista)?
1
vote
2answers
83 views
(Delphi 2009) idIRC, MDI, and problems with hanging.
I'm working on an IRC client. I've hit a majors snag which, up until not I've been able to work around. I'll show code below. What's I'm having a problem with is creating MDI child windows within the …
1
vote
5answers
74 views
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 to check to make sure that anyone using my name is identified with nickserv (idented). I couldn't, however, find …
1
vote
3answers
144 views
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?
0
votes
2answers
93 views
C# irc bot connection class
alright, so im making an irc bot, and im wondering a few ways that i could create a connection class, so that i can connect to multiple networks, i have it connecting to one server, i just dont know …
1
vote
1answer
47 views
Threading / Linq Class list problem
Ok, so ive been writing a very complex multiserver irc bot recently, and ive encountered an issue..
i stipped down the code as much as i could because its very large, the full code is here:
…
0
votes
3answers
413 views
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 control codes for bold/color etc into string literals.
Can someone point me towards how to do this?
2
votes
4answers
385 views
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 want some kind of list/whatever, for example:
:test!~test@test.com PRIVMSG #channel :Hi!
…
0
votes
1answer
99 views
Looking for a pure PowerShell IRC client
I'm looking for a IRC client library/script written in PowerShell. The goal is to replace a Perl script that uses Net::IRC to communicate with a MindAlign channel.
SmartIrc4net will do in a pinch, …
