C# Class IrcSharp.BadNickEventArgs

Represents the event arguments belonging to the BadNick-Event
Inheritance: IrcEventArgs
显示文件 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