Property | Type | Description | |
---|---|---|---|
SERVER | string | ||
writer | StreamWriter |
Method | Description | |
---|---|---|
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 |