summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--plugins/mpcinfo/mpcInfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/mpcinfo/mpcInfo.c b/plugins/mpcinfo/mpcInfo.c
index 72a3ca07..4ab16642 100644
--- a/plugins/mpcinfo/mpcInfo.c
+++ b/plugins/mpcinfo/mpcInfo.c
@@ -135,7 +135,7 @@ int hexchat_plugin_init(hexchat_plugin *plugin_handle, char **plugin_name, char
 
 	themeInit();
 	loadThemes();
-	hexchat_printf(ph, "%s %s plugin loaded\n",*plugin_name, VERSION);
+	hexchat_printf(ph, "%s plugin loaded\n", *plugin_name);
 
 	return 1;
 }