This probably sounds impolite for my first post, but I was wondering what is the need for a pre-configured IRC chat client. I've been using iRC and have it setup to automatically log me into my normal hangout place as soon as I click the nagging "This is shareware" window away.
While I'm here I was wondering if someone could answer this question for me:
I've downloaded and read the RFC-something specs for the IRC protocol, I'll admit I may be blind because I don't see where it explains how to send a message to a channel. I can understand the part about setting up the connection to a server and joining a channel, but once I'm in, how do I programmactically send a message to the channel? I guess it's just writing a certain command and the input text as a parameter into the open socket, but what's the command? Just plain MSG?
I'm not trying to compete with you guys, my goal is actually to make an IRC bot... the hard way... for a special reason. Thanks for any help you can offer. Put a "Maybe" flag on me for working on your project. I just got the hang of Cocoa/Obj-C but then Trolltech went and released an updated Qt lib for OSX on Monday so I switched over to that becuase I have more experience in Qt.
While I'm here I was wondering if someone could answer this question for me:
I've downloaded and read the RFC-something specs for the IRC protocol, I'll admit I may be blind because I don't see where it explains how to send a message to a channel. I can understand the part about setting up the connection to a server and joining a channel, but once I'm in, how do I programmactically send a message to the channel? I guess it's just writing a certain command and the input text as a parameter into the open socket, but what's the command? Just plain MSG?
I'm not trying to compete with you guys, my goal is actually to make an IRC bot... the hard way... for a special reason. Thanks for any help you can offer. Put a "Maybe" flag on me for working on your project. I just got the hang of Cocoa/Obj-C but then Trolltech went and released an updated Qt lib for OSX on Monday so I switched over to that becuase I have more experience in Qt.