summary refs log tree commit diff stats
path: root/src/common/plugin-identd.c
diff options
context:
space:
mode:
authorPatrick Griffis <tingping@tingping.se>2016-01-25 20:37:53 -0500
committerPatrick Griffis <tingping@tingping.se>2016-01-25 20:37:53 -0500
commit5dafa60433b0cdf3ce1228b3d33f6b6381205b2c (patch)
treefa667e5e8534de06cd09529b40681712eba1a929 /src/common/plugin-identd.c
parent971e5cf4fe528f145a38dadcf75310b1ea5ae46c (diff)
Rename identd variable name
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;