mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 01:16:30 +02:00
show megaglest version in irc WhoIS
This commit is contained in:
@@ -69,6 +69,7 @@ protected:
|
||||
string nick;
|
||||
|
||||
string playerName;
|
||||
string glestVersionString;
|
||||
|
||||
bool hasJoinedChannel;
|
||||
|
||||
@@ -97,6 +98,7 @@ public:
|
||||
static void setGlobalCacheContainerName(const char *name) { globalCacheContainerName = name; }
|
||||
|
||||
void setPlayerName(string value) { playerName = value; }
|
||||
void setGlestVersionString(string value) { glestVersionString = value; }
|
||||
string getPlayerName() const { return playerName; }
|
||||
|
||||
bool getWantToLeaveChannel() const { return wantToLeaveChannel; }
|
||||
|
Reference in New Issue
Block a user