From 71681c889b63432b7534078a402a7512a172e323 Mon Sep 17 00:00:00 2001 From: "berkeviktor@aol.com" Date: Wed, 2 Jun 2010 21:59:11 +0200 Subject: make plugin messages consistent with perl and tcl interface messages --- plugins/ewc/ewc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/ewc') diff --git a/plugins/ewc/ewc.c b/plugins/ewc/ewc.c index e28f9673..78e7e9ac 100644 --- a/plugins/ewc/ewc.c +++ b/plugins/ewc/ewc.c @@ -219,13 +219,13 @@ int xchat_plugin_init(xchat_plugin *plugin_handle, xchat_hook_command(ph, "wcmd", XCHAT_PRI_NORM, wcmd_cb, "Usage: wcmd [play|pause|stop|prev|next]", 0); - xchat_print(ph, "EasyWinampControl plugin loaded successfully!\n"); + xchat_print(ph, "EasyWinampControl plugin loaded\n"); return 1; /* return 1 for success */ } int xchat_plugin_deinit(void) { - xchat_print(ph, "EasyWinampControl plugin unloaded successfully!\n"); + xchat_print(ph, "EasyWinampControl plugin unloaded\n"); return 1; } -- cgit 1.4.1