This commit is contained in:
Green Sky
2025-12-19 19:23:40 +01:00
parent 3db909d397
commit 00cb8cfd67

View File

@@ -35,7 +35,7 @@ void registerToxCommands(
std::string reply{"dht:"};
if (tox_self_status == Tox_Connection::TOX_CONNECTION_UDP) {
reply += "upd-direct";
reply += "udp-direct";
} else if (tox_self_status == Tox_Connection::TOX_CONNECTION_TCP) {
reply += "tcp-relayed";
}