Perl working again, better than ever (unless there's bugs :)

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@191 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Timo Sirainen 2000-04-28 08:07:42 +00:00 committed by cras
commit a5a66264de
43 changed files with 1510 additions and 1004 deletions

View file

@ -82,7 +82,7 @@ int main(int argc, char **argv)
do {
reload = FALSE;
module_load(autoload_module, "");
/*FIXME:module_load(autoload_module, "");*/
main_loop = g_main_new(TRUE);
g_main_run(main_loop);
g_main_destroy(main_loop);