diff options
author | Berke Viktor <bviktor@hexchat.org> | 2013-05-04 03:24:30 +0300 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2013-05-04 03:24:30 +0300 |
commit | ce7eb026013d0cf7dbe76dffd83a3ac14a321689 (patch) | |
tree | 5aa0607aacef89bb95d80aac585591d4403415a4 /plugins/mpcinfo/mpcInfo.c | |
parent | ce80e571f2d890fa0d825d6415c38fed8881a725 (diff) |
Consistency
Diffstat (limited to 'plugins/mpcinfo/mpcInfo.c')
-rw-r--r-- | plugins/mpcinfo/mpcInfo.c | 2 |
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; } |