mIRC & .Net

  • Thread starter Thread starter double-helix
  • Start date Start date
D

double-helix

Guest
I was wonderin the other day, i know squirm has produced an amzing irc client for visual basic 6, but i need to know the following. i want to be able to create a bot in visual basic .net. how do i do this? i've tried using examples of the following :

Code:
dim sock as new tcpclient()
dim sock2 as new udpclient()

but it seems these two clients arent what i need. maybe they are, but when it comes to sockets, i am no expert. i would be grateful for any help ne1 could give me on the matter, because i need to make a bot - its my job, i script :p

Btw,if you're into mIRC scripting - #scripts.cs on quakenet.eu.org

Thanks for the info :)
 
System.Net.Sockets is a Namespace not a class :)

I think System.Net.Sockets.TcpClient is probably the class he's after.
 
Back
Top