summary refs log tree commit diff stats
path: root/src/common/plugin-identd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/plugin-identd.c')
-rw-r--r--src/common/plugin-identd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/plugin-identd.c b/src/common/plugin-identd.c
index ce1bd1e6..9501458c 100644
--- a/src/common/plugin-identd.c
+++ b/src/common/plugin-identd.c
@@ -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;