C# Class IrcBot, TwitchBot-HugoBot

ファイルを表示 Open project: slever903/TwitchBot-HugoBot Class Usage Examples

Public Properties

Property Type Description
SERVER string
writer StreamWriter

Private Methods

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

Property Details

SERVER public_oe static_oe property

public static string SERVER
return string

writer public_oe static_oe property

public static StreamWriter writer
return StreamWriter