mirror of
https://github.com/ZoiteChat/zoitechat.git
synced 2026-03-13 09:10:20 +00:00
Rename identd variable name
This commit is contained in:
@@ -159,7 +159,7 @@ identd_start_server (void)
|
||||
GError *error = NULL;
|
||||
int enabled, port = 113;
|
||||
|
||||
if (hexchat_get_prefs (ph, "identd", NULL, &enabled) == 3)
|
||||
if (hexchat_get_prefs (ph, "identd_server", NULL, &enabled) == 3)
|
||||
{
|
||||
if (!enabled)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user