How to get chat senders name in c#

First off http://pastebin.com/e2DekFU6 there is my irc class

I cannot find a way to get the senders name. I want to be able to check and see if the message has a link in it and ban the sender of the message. Any help would be awesome

Have a look at this for one way to parse the IRC messages for the sender, content, tags, etc.