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

The MotdEndEventArgs class is the EventArgs class for the MotdListener.MotdEnd event.
Inheritance: IrcEventArgs
Exibir arquivo Open project: hapm/IrcShark

Public Methods

Method Description
MotdEndEventArgs ( IrcLine line, IrcLine motdLines ) : System

Initializes a new instance of the MotdEndEventArgs class.

Method Details

MotdEndEventArgs() public method

Initializes a new instance of the MotdEndEventArgs class.
public MotdEndEventArgs ( IrcLine line, IrcLine motdLines ) : System
line IrcLine The line, that marks the motd end.
motdLines IrcLine All lines of the motd.
return System