From 82936df2af3993c2e234042c450e0e9630b045d4 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 10:42:37 +0100 Subject: Some final rebranding --- plugins/tcl/tclplugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/tcl/tclplugin.c') diff --git a/plugins/tcl/tclplugin.c b/plugins/tcl/tclplugin.c index 2ef88132..86e4fc8e 100644 --- a/plugins/tcl/tclplugin.c +++ b/plugins/tcl/tclplugin.c @@ -988,7 +988,7 @@ static int tcl_complete(ClientData cd, Tcl_Interp * irp, int argc, const char *a if (strcasecmp("EAT_NONE", argv[1]) == 0) complete[complete_level].result = HEXCHAT_EAT_NONE; else if (strcasecmp("EAT_XCHAT", argv[1]) == 0) - complete[complete_level].result = HEXCHAT_EAT_XCHAT; + complete[complete_level].result = HEXCHAT_EAT_HEXCHAT; else if (strcasecmp("EAT_PLUGIN", argv[1]) == 0) complete[complete_level].result = HEXCHAT_EAT_PLUGIN; else if (strcasecmp("EAT_ALL", argv[1]) == 0) @@ -2054,7 +2054,7 @@ static int Command_Source(char *word[], char *word_eol[], void *userdata) complete_level--; - return HEXCHAT_EAT_XCHAT; + return HEXCHAT_EAT_HEXCHAT; } else { complete_level--; -- cgit 1.4.1