Tagged Questions

1
vote
1answer
36 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
0answers
10 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
4answers
55 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
1answer
88 views
+250

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
0answers
25 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
236 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
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: …
1
vote
5answers
73 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 …
0
votes
2answers
84 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
3answers
142 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
3answers
390 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?
0
votes
3answers
218 views

I am looking for a JavaScript IRC client

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 more …
0
votes
1answer
93 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, …
1
vote
5answers
176 views

Plugins / modules for my C# program

i am making a IRC bot in C#, and i would like to have the feature to load plugins... for example: there would be a text file with some code in it, and then the program would import the contents of …

1 2 3 next
15 30 50 per page