summary refs log tree commit diff stats
path: root/plugins/lua/lua.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-30 10:42:37 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-30 10:42:37 +0100
commit82936df2af3993c2e234042c450e0e9630b045d4 (patch)
tree415376331719c2502016c1db33b0f8bdf0363866 /plugins/lua/lua.c
parent012d78b2f642b91099b581937a15b6afab0049d0 (diff)
Some final rebranding
Diffstat (limited to 'plugins/lua/lua.c')
-rw-r--r--plugins/lua/lua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/lua/lua.c b/plugins/lua/lua.c
index c887e31f..fb624e47 100644
--- a/plugins/lua/lua.c
+++ b/plugins/lua/lua.c
@@ -176,7 +176,7 @@ static struct {
 	long value;
 } lxc_consts[] = {
 	{"EAT_NONE", 	HEXCHAT_EAT_NONE},
-	{"EAT_XCHAT", 	HEXCHAT_EAT_XCHAT},
+	{"EAT_XCHAT", 	HEXCHAT_EAT_HEXCHAT},
 	{"EAT_PLUGIN",	HEXCHAT_EAT_PLUGIN},
 	{"EAT_ALL",		HEXCHAT_EAT_ALL},