C# Class IrcShark.Chatting.Irc.BadNickEventArgs

The EventArgs for the BadNick event.
Inheritance: IrcEventArgs
Mostrar archivo Open project: hapm/IrcShark Class Usage Examples

Public Methods

Method Description
BadNickEventArgs ( IrcLine baseLine, bool inLogin ) : System

Initializes a new instance of the BadNickEventArgs class.

Method Details

BadNickEventArgs() public method

Initializes a new instance of the BadNickEventArgs class.
public BadNickEventArgs ( IrcLine baseLine, bool inLogin ) : System
baseLine IrcLine The line, what created the bad nick event.
inLogin bool Determines if the event was fired in the login state.
return System