summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-05-04 03:24:30 +0300
committerBerke Viktor <bviktor@hexchat.org>2013-05-04 03:24:30 +0300
commitce7eb026013d0cf7dbe76dffd83a3ac14a321689 (patch)
tree5aa0607aacef89bb95d80aac585591d4403415a4
parentce80e571f2d890fa0d825d6415c38fed8881a725 (diff)
Consistency
-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;
 }