I'm just began writing an IRC bot and I'm having some problems sending the ident, here is part of my code that i'm having the issue with:
$nick = "bot1818"
$writer.AutoFlush = $true
$writer.NewLine = $true
$writer.WriteLine("USER $nick 0 * :$nick bot")
I'm getting a ":morgan.freenode.net NOTICE * :*** No Ident response" shortly after that i'm disconnected.