Squishy.Irc.IrcClient.OnWhoReply C# (CSharp) Method

OnWhoReply() protected method

Fires when the Client receives a Who-reply (raw 352).
protected OnWhoReply ( string channame, string username, string host, string server, string nick, string flags, string hops, string info ) : void
channame string The name of the channel which the Who-reply was for or the User did something on last
username string The username of the User
host string The hostmask of the User
server string The server which the User is connected to
nick string The nick of the User
flags string The network flags of the User
hops string The hops of the User
info string Additional Info about the User
return void
        protected virtual void OnWhoReply(string channame, string username, string host, string server, string nick,
										  string flags, string hops, string info)
        {
        }