mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 11:54:00 +02:00
- when changing playername, we reset the irc client connection when entering the internet lobby
This commit is contained in:
@@ -65,6 +65,8 @@ protected:
|
||||
string channel;
|
||||
string nick;
|
||||
|
||||
string playerName;
|
||||
|
||||
bool hasJoinedChannel;
|
||||
bool eventDataDone;
|
||||
Mutex mutexNickList;
|
||||
@@ -83,6 +85,9 @@ public:
|
||||
virtual void signalQuit();
|
||||
virtual bool shutdownAndWait();
|
||||
|
||||
void setPlayerName(string value) { playerName = value; }
|
||||
string getPlayerName() const { return playerName; }
|
||||
|
||||
bool getWantToLeaveChannel() const { return wantToLeaveChannel; }
|
||||
|
||||
void SendIRCCmdMessage(string target, string msg);
|
||||
|
Reference in New Issue
Block a user