mirror of
https://github.com/irssi/irssi.git
synced 2025-01-03 14:56:47 -05:00
fixed commented out module_load()
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@1433 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
7ab31e5799
commit
2e2edcd54a
@ -21,6 +21,7 @@
|
|||||||
#include "module.h"
|
#include "module.h"
|
||||||
#include "args.h"
|
#include "args.h"
|
||||||
#include "signals.h"
|
#include "signals.h"
|
||||||
|
#include "modules.h"
|
||||||
#include "core.h"
|
#include "core.h"
|
||||||
|
|
||||||
#ifdef HAVE_STATIC_PERL
|
#ifdef HAVE_STATIC_PERL
|
||||||
@ -94,7 +95,7 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
do {
|
do {
|
||||||
reload = FALSE;
|
reload = FALSE;
|
||||||
/*FIXME:module_load(autoload_module, "");*/
|
module_load(autoload_module, NULL);
|
||||||
main_loop = g_main_new(TRUE);
|
main_loop = g_main_new(TRUE);
|
||||||
g_main_run(main_loop);
|
g_main_run(main_loop);
|
||||||
g_main_destroy(main_loop);
|
g_main_destroy(main_loop);
|
||||||
|
Loading…
Reference in New Issue
Block a user