1
0
mirror of https://github.com/moparisthebest/hexchat synced 2024-11-22 09:12:22 -05:00

Consistency

This commit is contained in:
Berke Viktor 2013-05-04 03:24:30 +03:00
parent ce80e571f2
commit ce7eb02601

View File

@ -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;
}