-2
votes
0answers
52 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
66 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 …
1
vote
5answers
60 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 coul …
1
vote
1answer
43 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 …
1
vote
3answers
107 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
50 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 …
0
votes
3answers
320 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 …
2
votes
4answers
349 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 PRI …
0
votes
1answer
83 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 wi …
0
votes
3answers
180 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 …
1
vote
3answers
181 views
How to make the program run again after unexpected exit in Python?
I'm writing an IRC bot in Python, due to the alpha nature of it, it will likely get unexpected errors and exit.
What's the techniques that I can use to make the program run again? …
4
votes
4answers
330 views
Python IRC client: write from scratch or write plugin for existing framework?
For our company I'd like to have a Python based IRC bot which checks whether the websites of our clients are still up and running. More specific: I want to list a number of URL whi …
0
votes
6answers
233 views
Improve a IRC Client in Python
Hello,
How i can make some improvement in my IRC client made in Python. The improvement is: How i can put something that the user can type the HOST, PORT, NICK, INDENT and REALNAM …
1
vote
5answers
157 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 …
1
vote
3answers
358 views
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 encourages them to PM the bot.
Once a user has PMed the bot engage with …
