IRC client example

robot313
04-20-2003, 12:23 AM
This has been quite a big topic lately, so I made this so I wouldn't have to keep
saying this over and over, just point people here. :D
Anyway, take a look, very simple version, but it should get you started
being able to connect to an IRC server, join a channel and send messages.
Check out this link for lots more info on the IRC protocol:
http://bishop.mc.duke.edu/irchelp/rfc/
If you find any problems in the example, let me know by PM or on IRC. :) Hope this helps.

robot313
05-19-2003, 02:03 PM
I have a small revision for this example:


'this:
For j = LBound(sLines) To UBound(sLines) 'go through each line
'process data, etc. here in this loop

If Len(sLines(j)) < 2 Then Exit Sub

'can be changed to simply:

For j = LBound(sLines) To UBound(sLines) - 1 'go through each line
'process data, etc. here in this loop


Also, crazycheetah's tutorial (in the Tutors Corner) explains everything better. :)

EZ Archive Ads Plugin for vBulletin Copyright 2006 Computer Help Forum