C# Class IrcSharp.BadNickEventArgs

Represents the event arguments belonging to the BadNick-Event
Inheritance: IrcEventArgs
Show file Open project: hapm/IrcShark

Public Methods

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

Method Details

BadNickEventArgs() public method

public BadNickEventArgs ( IrcLine baseLine, bool inLogin ) : System
baseLine IrcLine
inLogin bool
return System