C# Class Schumix.CompilerAddon.Commands.SCompiler

Inheritance: Schumix.Irc.Commands.CommandInfo
Show file Open project: Schumix/Schumix2 Class Usage Examples

Public Methods

Method Description
CompilerCommand ( IRCMessage sIRCMessage, bool command ) : int
ConsoleOpenStandardOutput ( ) : void
Help ( IRCMessage sIRCMessage ) : bool
MessageText ( int Code, string Channel ) : string
SCompiler ( string ServerName ) : System

Private Methods

Method Description
Ban ( string data, IRCMessage sIRCMessage ) : bool
CleanIrcText ( string text ) : string
CleanSemicolon ( string text ) : string
CleanText ( string text ) : string
IsEntry ( string data ) : bool
IsEntryAndAbstractRegex ( string data ) : bool
IsSchumix ( string data ) : bool
IsSchumixAndOverride ( string data ) : bool
Warning ( IRCMessage sIRCMessage ) : void

Method Details

CompilerCommand() public method

public CompilerCommand ( IRCMessage sIRCMessage, bool command ) : int
sIRCMessage Schumix.Framework.Irc.IRCMessage
command bool
return int

ConsoleOpenStandardOutput() public method

public ConsoleOpenStandardOutput ( ) : void
return void

Help() public method

public Help ( IRCMessage sIRCMessage ) : bool
sIRCMessage Schumix.Framework.Irc.IRCMessage
return bool

MessageText() public method

public MessageText ( int Code, string Channel ) : string
Code int
Channel string
return string

SCompiler() public method

public SCompiler ( string ServerName ) : System
ServerName string
return System