From 45d4fa580114e7379a1140fb9944d43ffb9522ae Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 07:40:37 +0100 Subject: Rebranding for XCHAT_EAT_* --- plugins/sysinfo/sysinfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/sysinfo/sysinfo.cpp') diff --git a/plugins/sysinfo/sysinfo.cpp b/plugins/sysinfo/sysinfo.cpp index c14089e7..b11ee9ff 100644 --- a/plugins/sysinfo/sysinfo.cpp +++ b/plugins/sysinfo/sysinfo.cpp @@ -383,7 +383,7 @@ printInfo (char *word[], char *word_eol[], void *user_data) xchat_printf (ph, " * Uptime: %.2f Hours\n", (float) GetTickCount() / 1000 / 60 / 60); } - return XCHAT_EAT_XCHAT; + return HEXCHAT_EAT_XCHAT; } int -- cgit 1.4.1