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:
@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user