Some more updates
This commit is contained in:
@@ -896,7 +896,7 @@ command_result ConnectedClient::handleCommandClientGetUidFromClid(Command &cmd)
|
||||
bool found = false;
|
||||
auto client_list = this->server->getClients();
|
||||
|
||||
Command notify(this->getExternalType() == CLIENT_TEAMSPEAK ? "notifyclientgetuidfromclid" : "");
|
||||
Command notify(this->getExternalType() == CLIENT_TEAMSPEAK ? "notifyclientuidfromclid" : "");
|
||||
int result_index = 0;
|
||||
|
||||
for(int index = 0; index < cmd.bulkCount(); index++) {
|
||||
|
||||
@@ -2819,6 +2819,7 @@ command_result ConnectedClient::handleCommandListFeatureSupport(ts::Command &cmd
|
||||
REGISTER_FEATURE("error-bulks", FeatureSupportMode::FULL, 1);
|
||||
REGISTER_FEATURE("advanced-channel-chat", FeatureSupportMode::FULL, 1);
|
||||
REGISTER_FEATURE("log-query", FeatureSupportMode::FULL, 1);
|
||||
REGISTER_FEATURE("whisper-echo", FeatureSupportMode::FULL, 1);
|
||||
|
||||
this->sendCommand(notify);
|
||||
return command_result{error::ok};
|
||||
|
||||
Reference in New Issue
Block a user