Remove toxme.io from nameservers list as it no longer exists

This commit is contained in:
jfreegman 2023-01-11 13:16:13 -05:00
parent 3f3e848b6f
commit efbfa2c95c
No known key found for this signature in database
GPG Key ID: 3627F3144076AE63
2 changed files with 1 additions and 2 deletions

View File

@ -1 +0,0 @@
toxme.io 1A39E7A5D5FA9CF155C751570A32E625698A60A55F6D88028F949F66144F4F25

View File

@ -365,7 +365,7 @@ on_exit:
void name_lookup(ToxWindow *self, Tox *m, const char *id_bin, const char *addr, const char *message)
{
if (t_data.disabled) {
line_info_add(self, false, NULL, NULL, SYS_MSG, 0, 0, "name lookups are disabled.");
line_info_add(self, false, NULL, NULL, SYS_MSG, 0, 0, "nameservers list is empty or does not exist.");
return;
}