I used to use
Nick = Left$(IrcRead(0), InStrRev(IrcRead(0), "!") - 1)
Nick = Mid$(Nick, InStrRev(Nick, ":") + 1)
to get the Nick of someone in IRC but now in .net it says left is an unknown function cause someone help me witht his IrcRead(0) would be something like this :[email protected]