Jump to content

Recommended Posts

Posted

Hi there I want to write my own chatting program that lets me type a message and then send it to a specific irc channel. I am done with the GUI, just need to know how to get those TCP functions to work or where to read up on them.

btw, will I need the latest BETA for the tcp functions to work?

Thanks in advance!

Posted

This should go into the Support Forums.

IRC Protocol: Look at RFC 1459, RFC 2810 and RFC 2813.

#)

I think i saw IRC client written in autoit already.. you should look for it..

My little company: Evotec (PL version: Evotec)

Posted

Hi there I want to write my own chatting program that lets me type a message and then send it to a specific irc channel. I am done with the GUI, just need to know how to get those TCP functions to work or where to read up on them.

btw, will I need the latest BETA for the tcp functions to work?

Thanks in advance!

Yes, you will need the beta.

Posted

okay thanks guys got it working...got the connection to an ircc hannel. But now, how can I type there?

TCPSend($irc, "Sometext" & @CRLF) does not do it for me...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...