Add unload hook to test plugins
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user