C# 클래스 IrcBot, TwitchBot-HugoBot

파일 보기 프로젝트 열기: slever903/TwitchBot-HugoBot 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
SERVER string
writer StreamWriter

비공개 메소드들

메소드 설명
Main ( string args ) : void
addCommand ( string commandInput, string nickname ) : void
deleteCommand ( string commandInput, string nickname ) : void
editCommand ( string commandInput, string nickname ) : void
getText ( ) : void
isMod ( string nickname, StreamReader reader ) : bool
loadCommands ( ) : void
processCommand ( string commandInput, string nickname ) : void
processLine ( string inputLine ) : void
readQueue ( ) : void
saveCommands ( ) : void

프로퍼티 상세

SERVER 공개적으로 정적으로 프로퍼티

public static string SERVER
리턴 string

writer 공개적으로 정적으로 프로퍼티

public static StreamWriter writer
리턴 StreamWriter