mirror of
https://github.com/glest/glest-source.git
synced 2025-08-13 20:03:58 +02:00
- added ability to switch languages from nearly anywhere (and new hotkeys to do so):
CTRL+L shows language popup selection, CTRL+SHIFT+L toggles to next language automatically
This commit is contained in:
@@ -49,6 +49,9 @@ protected:
|
||||
std::vector<string> argv;
|
||||
irc_session_t *ircSession;
|
||||
|
||||
string execute_cmd_onconnect;
|
||||
//string password;
|
||||
string username;
|
||||
string channel;
|
||||
string nick;
|
||||
|
||||
@@ -86,6 +89,9 @@ public:
|
||||
string getChannel() const { return channel;}
|
||||
string getNick() const { return nick;}
|
||||
|
||||
string getExecute_cmd_onconnect() const { return execute_cmd_onconnect; }
|
||||
void setExecute_cmd_onconnect(string value) { execute_cmd_onconnect = value; }
|
||||
|
||||
std::vector<string> getArgs() const { return argv;}
|
||||
|
||||
Mutex * getMutexNickList() { return &mutexNickList; }
|
||||
|
Reference in New Issue
Block a user