mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
/set autocreate_query -> /set autocreate_query_level
fixes to /ircnet, /server and /channel commands other updates and fixes git-svn-id: http://svn.irssi.org/repos/irssi/trunk@649 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
008ec45db2
commit
2d1ac3059a
24 changed files with 347 additions and 272 deletions
|
|
@ -338,6 +338,7 @@ void module_unload(MODULE_REC *module)
|
|||
module_deinit();
|
||||
g_free(deinitfunc);
|
||||
|
||||
signals_remove_module(module->name);
|
||||
g_module_close(module->gmodule);
|
||||
g_free(module->name);
|
||||
g_free(module);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue