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

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

Public Methods

Method Description
MotdBeginEventArgs ( IrcLine line ) : System

Initializes a new instance of the MotdBeginEventArgs class.

Method Details

MotdBeginEventArgs() public method

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