mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-26 14:36:20 +00:00
Remove plugin window on /close
This commit is contained in:
@@ -497,7 +497,7 @@ ProfWin* win_create_private(const char * const fulljid)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
ProfWin* win_create_plugin(const char * const tag)
|
||||
ProfWin* win_create_plugin(const char *const plugin_name, const char * const tag)
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user