C# Class IrcSharp.WhoListener

This listener allows you to listen for a who reply.
Inheritance: IIrcObject
Mostra file Open project: hapm/IrcShark

Public Methods

Method Description
WhoListener ( IrcClient client ) : System

Private Methods

Method Description
HandleLine ( Object sender, LineReceivedEventArgs args ) : void

Method Details

WhoListener() public method

public WhoListener ( IrcClient client ) : System
client IrcClient
return System