Tagged Questions

1
vote
4answers
43 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 …
0
votes
2answers
22 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 …
1
vote
3answers
69 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
263 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
331 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
77 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
167 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
178 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? …
1
vote
5answers
149 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 …
0
votes
6answers
220 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 …
4
votes
4answers
306 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 …
1
vote
3answers
335 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 …
0
votes
2answers
76 views

How do you address data returned to a socket in python?

Say you are telneting into IRC to figure out how it all works. As you issue commands the IRC server returns data telling you what it's doing. Once I have created a default script …
1
vote
1answer
54 views

What is the best IRC network for Java (#java)?

Is efnet the network to be on in #java? Or are there other more active networks?
1
vote
2answers
124 views

Would it be ridiculous to use a switch statement to handle irc server codes?

There are quite a few of IRC server codes I am working on a small IRC client for Adobe AIR, and I started out by supporting only a few of these initially, and then a switch statem …

1 2 3 next
15 30 50 per page