Method | Description | |
---|---|---|
MotdEndEventArgs ( IrcLine line, IrcLine motdLines ) : System |
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 |