mirror of
https://github.com/irssi/irssi.git
synced 2026-08-11 04:43:34 +02:00
Module loading updates - /LOAD shows now also the statically loaded modules.
You can't /LOAD the same module twice. Syntax changed to /LOAD <module> [<submodule>], /UNLOAD <module> [<submodule>]. NOTE: all modules now need to call register_module() in their init() function. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1748 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
f584c1013c
commit
803d805016
23 changed files with 642 additions and 228 deletions
|
|
@ -20,6 +20,7 @@
|
|||
|
||||
#include "module.h"
|
||||
#include "module-formats.h"
|
||||
#include "modules-load.h"
|
||||
#include "args.h"
|
||||
#include "signals.h"
|
||||
#include "levels.h"
|
||||
|
|
@ -135,6 +136,7 @@ static void textui_finish_init(void)
|
|||
screen_refresh_thaw();
|
||||
|
||||
settings_check();
|
||||
module_register("core", "fe-text");
|
||||
|
||||
fe_common_core_finish_init();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue