summary refs log tree commit diff stats
path: root/plugins/dns/dns.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-30 07:40:37 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-30 07:40:37 +0100
commit45d4fa580114e7379a1140fb9944d43ffb9522ae (patch)
treeb3ef37a2d374be07c365babe6ab6521c2d964be7 /plugins/dns/dns.c
parenta5ab455b3414226ef03869eab9e7eeb01142a916 (diff)
Rebranding for XCHAT_EAT_*
Diffstat (limited to 'plugins/dns/dns.c')
-rw-r--r--plugins/dns/dns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/dns/dns.c b/plugins/dns/dns.c
index 535d4b76..211c760e 100644
--- a/plugins/dns/dns.c
+++ b/plugins/dns/dns.c
@@ -272,7 +272,7 @@ dns_cmd_cb (char *word[], char *word_eol[], void *ud)
 	if (!word[2][0])
 	{
 		xchat_print (ph, HELP);
-		return XCHAT_EAT_ALL;
+		return HEXCHAT_EAT_ALL;
 	}
 
 	th = thread_new ();
@@ -298,7 +298,7 @@ dns_cmd_cb (char *word[], char *word_eol[], void *ud)
 		}
 	}
 
-	return XCHAT_EAT_ALL;
+	return HEXCHAT_EAT_ALL;
 }
 
 int