8
votes
7answers
698 views
What are some good IRC channels for programmers?
I am looking for some IRC channels for programmers. Websites, forums, and stackoverflow are good for large-ish questions, but for quick stupid things or just chatting about issues with easy …
6
votes
4answers
1k views
IRC channel for iPhone developers?
I was wondering if there is a good IRC channel around somewhere that allows iPhone developers to get together and talk about code and etc.
Any channel already around that people are using?
5
votes
1answer
81 views
.net 2.0 IRC component
Anyone know of a good winforms IRC component? I don't want an IRC application, I want to be able to add IRC functionality to an existing windows form
5
votes
4answers
591 views
Recommended IRC server (ircd) for a small site?
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 relatively …
4
votes
4answers
386 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 which should be visited …
3
votes
1answer
495 views
Best tutorial for application multicasting?
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 apparently used in …
3
votes
13answers
272 views
Best language communities
Often, a language won't have its own community, or the "official" community isn't the most popular one. For all the languages you use, what is your favorite place to visit (besides SO!) for help - or …
3
votes
5answers
1k views
Programming a simple IRC (Internet-Relay-Chat) Client.
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 …
2
votes
3answers
385 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 the client using …
2
votes
2answers
217 views
Python IRC bot and encoding issue
Currently I have a simple IRC bot written in python.
Since I migrated it to python 3.0 which differentiates between bytes and unicode strings I started having encoding issues. Specifically, with …
2
votes
4answers
379 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!
…
2
votes
1answer
55 views
Is there a semi-standard way to associate a URL with an IRC user?
I'm in the process of doing some identity consolidation, so I'm providing URLs to me at various locations on the internet. I'm quite active on IRC, so this naturally lead me to wonder whether there …
2
votes
3answers
461 views
A simple Python IRC client library that supports SSL?
A simple Python IRC client library that supports SSL?
2
votes
5answers
154 views
How can I implement an IRC Server with ‘owned’ nicknames?
Recently, I've been reading up on the IRC protocol (RFCs 1459, 2810-2813), and I was thinking of implementing my own server.
I'm not necessarily looking into adhering religiously to the IRC protocol …
2
votes
8answers
787 views
PHP IRC Robot, Send Command, but now I need the bot to read the command.
Hello, I have a PHP IRC Robot that I use in my channel and I need it to make OPs to specific set users in the script by me. Anyways I want the robot to check if the user is logged into NickServ to …
