C# Class IrcD.Modes.ChannelModes.ModeTranslate

Inheritance: ChannelMode
Exibir arquivo Open project: FreeApophis/ircddotnet

Public Methods

Method Description
HandleEvent ( System.CommandBase command, ChannelInfo channel, UserInfo user, List args ) : bool
ModeTranslate ( ) : System

Private Methods

Method Description
TranslateCallBack ( IAsyncResult asyncResult ) : void

Method Details

HandleEvent() public method

public HandleEvent ( System.CommandBase command, ChannelInfo channel, UserInfo user, List args ) : bool
command System.CommandBase
channel IrcD.Channel.ChannelInfo
user UserInfo
args List
return bool

ModeTranslate() public method

public ModeTranslate ( ) : System
return System