C# Class IRCBot.Classes.IRCBotSettings

Show file Open project: JuJuBoSc/SMAdminTools

Public Properties

Property Type Description
IRC_Channel string
IRC_Nickname string
IRC_Port int
IRC_Server string
ShootMania_GameChatToIRC int
ShootMania_IRCChatToGame int
ShootMania_SayBeginMap int
ShootMania_SayBeginRound int
ShootMania_SayEndMap int
ShootMania_SayEndRound int
ShootMania_SayFrag int
ShootMania_SayHit int
ShootMania_SayPlayerConnected int
ShootMania_SayPlayerDisconnected int

Public Methods

Method Description
ParseFromIniFile ( string fileName ) : System.Boolean

Method Details

ParseFromIniFile() public method

public ParseFromIniFile ( string fileName ) : System.Boolean
fileName string
return System.Boolean

Property Details

IRC_Channel public property

public string IRC_Channel
return string

IRC_Nickname public property

public string IRC_Nickname
return string

IRC_Port public property

public int IRC_Port
return int

IRC_Server public property

public string IRC_Server
return string

ShootMania_GameChatToIRC public property

public int ShootMania_GameChatToIRC
return int

ShootMania_IRCChatToGame public property

public int ShootMania_IRCChatToGame
return int

ShootMania_SayBeginMap public property

public int ShootMania_SayBeginMap
return int

ShootMania_SayBeginRound public property

public int ShootMania_SayBeginRound
return int

ShootMania_SayEndMap public property

public int ShootMania_SayEndMap
return int

ShootMania_SayEndRound public property

public int ShootMania_SayEndRound
return int

ShootMania_SayFrag public property

public int ShootMania_SayFrag
return int

ShootMania_SayHit public property

public int ShootMania_SayHit
return int

ShootMania_SayPlayerConnected public property

public int ShootMania_SayPlayerConnected
return int

ShootMania_SayPlayerDisconnected public property

public int ShootMania_SayPlayerDisconnected
return int