|
|
@ -187,6 +187,7 @@ bool hasPrivilegeSG() { return (UserPrivileges.find(":SG:") != std::string::npos
|
|
|
|
bool hasPrivilegeG() { return (UserPrivileges.find(":G:") != std::string::npos); }
|
|
|
|
bool hasPrivilegeG() { return (UserPrivileges.find(":G:") != std::string::npos); }
|
|
|
|
bool hasPrivilegeEM() { return (UserPrivileges.find(":EM:") != std::string::npos); }
|
|
|
|
bool hasPrivilegeEM() { return (UserPrivileges.find(":EM:") != std::string::npos); }
|
|
|
|
bool hasPrivilegeEG() { return (UserPrivileges.find(":EG:") != std::string::npos); }
|
|
|
|
bool hasPrivilegeEG() { return (UserPrivileges.find(":EG:") != std::string::npos); }
|
|
|
|
|
|
|
|
bool hasPrivilegeOBSERVER() { return (UserPrivileges.find(":OBSERVER:") != std::string::npos); }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// Restore the video mode (fullscreen for example) after the connection (done in a window)
|
|
|
|
// Restore the video mode (fullscreen for example) after the connection (done in a window)
|
|
|
|