Add unload hook to test plugins

This commit is contained in:
James Booth
2016-07-05 22:04:12 +01:00
parent 2895411eb6
commit 8cf42e000b
2 changed files with 61 additions and 0 deletions

View File

@@ -626,6 +626,13 @@ prof_on_shutdown(void)
prof_win_show(plugin_win, "fired -> prof_on_shutdown");
}
void
prof_on_unload(void)
{
create_win();
prof_win_show(plugin_win, "fired -> prof_on_unload");
}
void
prof_on_connect(const char * const account_name, const char * const fulljid)
{