C# Class IrcShark.Chatting.Irc.Listener.MotdListener

This listener allows you to listen for the server motd.
Inheritance: IIrcObject
Afficher le fichier Open project: hapm/IrcShark

Méthodes publiques

Méthode Description
MotdListener ( IrcClient client ) : System

Initializes a new instance of the MotdListener class.

Private Methods

Méthode Description
HandleLine ( object sender, LineReceivedEventArgs e ) : void

Handles a received line from the server.

Method Details

MotdListener() public méthode

Initializes a new instance of the MotdListener class.
public MotdListener ( IrcClient client ) : System
client IrcClient The client to listen on.
Résultat System