Consistency
This commit is contained in:
parent
ce80e571f2
commit
ce7eb02601
|
@ -135,7 +135,7 @@ int hexchat_plugin_init(hexchat_plugin *plugin_handle, char **plugin_name, char
|
||||||
|
|
||||||
themeInit();
|
themeInit();
|
||||||
loadThemes();
|
loadThemes();
|
||||||
hexchat_printf(ph, "%s %s plugin loaded\n",*plugin_name, VERSION);
|
hexchat_printf(ph, "%s plugin loaded\n", *plugin_name);
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue