DarkAngelBGE Posted May 6, 2006 Posted May 6, 2006 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!
nfwu Posted May 6, 2006 Posted May 6, 2006 This should go into the Support Forums. IRC Protocol: Look at RFC 1459, RFC 2810 and RFC 2813. #) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
MadBoy Posted May 6, 2006 Posted May 6, 2006 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)
nfwu Posted May 7, 2006 Posted May 7, 2006 http://www.autoitscript.com/forum/index.ph...topic=25347&hl=#) TwitterOut of date stuff:Scripts: Sudoku Solver | Webserver | 3D library (Pure AutoIt) | Wood's GadgetsUDFs: _WoodUniqueID() | _DialogEditIni() | _Console*() | _GetIPConfigData() | _URLEncode/Decode()
spyrorocks Posted May 7, 2006 Posted May 7, 2006 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. [center] My Projects: Online AutoIt Compiler - AutoForum - AutoGuestbook - AutoIt Web-based Auto Installer - Pure AutoIt Zipping Functions - ConfuseGen - MindReader - P2PChat[/center]
DarkAngelBGE Posted May 7, 2006 Author Posted May 7, 2006 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...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now