1
0
mirror of https://github.com/Tha14/toxic.git synced 2025-07-06 04:36:45 +02:00

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
2 changed files with 1 additions and 2 deletions

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;
}