C# Class IrcSharp.ChannelListListener

This listener allows you to listen for a channel list, requested by a LIST command.
Inheritance: IIrcObject
Mostrar archivo Open project: hapm/IrcShark

Public Methods

Method Description
ChannelListListener ( IrcClient client ) : System

Private Methods

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

Method Details

ChannelListListener() public method

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