C# 클래스 Schumix.CompilerAddon.Commands.SCompiler

상속: Schumix.Irc.Commands.CommandInfo
파일 보기 프로젝트 열기: Schumix/Schumix2 1 사용 예제들

공개 메소드들

메소드 설명
CompilerCommand ( IRCMessage sIRCMessage, bool command ) : int
ConsoleOpenStandardOutput ( ) : void
Help ( IRCMessage sIRCMessage ) : bool
MessageText ( int Code, string Channel ) : string
SCompiler ( string ServerName ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

CompilerCommand() 공개 메소드

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

ConsoleOpenStandardOutput() 공개 메소드

public ConsoleOpenStandardOutput ( ) : void
리턴 void

Help() 공개 메소드

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

MessageText() 공개 메소드

public MessageText ( int Code, string Channel ) : string
Code int
Channel string
리턴 string

SCompiler() 공개 메소드

public SCompiler ( string ServerName ) : System
ServerName string
리턴 System