mirror of
https://github.com/irssi/irssi.git
synced 2024-12-04 14:46:39 -05:00
UNLOAD method is called now for all scripts before they're destroyed.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2882 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
0c359be8e5
commit
0f8a81fdb1
@ -13,6 +13,7 @@ sub is_static {
|
||||
}
|
||||
|
||||
sub destroy {
|
||||
eval { $_[0]->UNLOAD; };
|
||||
Symbol::delete_package($_[0]);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user