Am i right in thinkin this is the .net way of sending data is it winsock.send and not winstock.senddata?

What im trying to do is this.

Code:
WskIrc1.Send("USER RichyB21" & vbCrLf)
im having trouble with getting connected to irc you see. I get the following report in a txtbox

Code:
[]: Connecting to irc.bluehell.org port 6668...
[]: :kitty.bluehell.org NOTICE AUTH :*** Looking up your hostname...
:kitty.bluehell.org NOTICE AUTH :*** Checking ident...
:kitty.bluehell.org NOTICE AUTH :*** Found your hostname

[]: Username: 
[]: :kitty.bluehell.org NOTICE AUTH :*** No ident response; username prefixed with ~

[]: :kitty.bluehell.org 451 
[]: USER :You have not registered
:kitty.bluehell.org 451 
[]: MSG :You have not registered
:kitty.bluehell.org 451 
[]: JOIN :You have not registered
Anyone have an idea of thats going wrong?