|
@@ -68,22 +68,23 @@ public:
|
|
|
/**
|
|
|
Config file direct parameter accessors
|
|
|
*/
|
|
|
- QString quakeFolder() const;
|
|
|
- QString botName() const;
|
|
|
- int botPing() const;
|
|
|
- int botTopColor() const;
|
|
|
- int botBottomColor() const;
|
|
|
- bool botSpectator() const;
|
|
|
- int floodProtTime() const;
|
|
|
- int qwFloodProtTime() const;
|
|
|
- int spamFloodProtTime() const;
|
|
|
- unsigned int queryInterval() const;
|
|
|
- int timeToSayHiAfterConnected() const;
|
|
|
- int timeToWaitForCountReply() const;
|
|
|
- bool developerMode() const;
|
|
|
- QString sshUserName() const;
|
|
|
- QString sshHostName() const;
|
|
|
- int refreshHostNamesHour() const;
|
|
|
+ QString quakeFolder() const; // QuakeWorld folder
|
|
|
+ QString botName() const; // Bot name
|
|
|
+ int botPing() const; // Bot ping
|
|
|
+ int botTopColor() const; // Bot shirts color
|
|
|
+ int botBottomColor() const; // Bot pants color
|
|
|
+ bool botSpectator() const; // Bot joins as spectator
|
|
|
+ int floodProtTime() const; // Flood protection time
|
|
|
+ int qwFloodProtTime() const; // Flood protection time for .qw command
|
|
|
+ int spamFloodProtTime() const; // Flood protection time for .spam command
|
|
|
+ unsigned int queryInterval() const; // Interval between server status queries (check if there are or there arent players on a given server)
|
|
|
+ int timeToSayHiAfterConnected() const; // OBSOLETE
|
|
|
+ int timeToWaitForCountReply() const; // Time to wait from a reply from central about the amount of people that the message we broadcasted has reached
|
|
|
+ bool developerMode() const; // Developer mode
|
|
|
+ QString sshUserName() const; // Username on central
|
|
|
+ QString sshHostName() const; // HostName of central
|
|
|
+ int refreshHostNamesHour() const; // An specific hour that the bot must refresh his hostname list
|
|
|
+ int maxServers() const; // Maximum servers that we can monitor
|
|
|
|
|
|
/**
|
|
|
Save current settings to the file.
|