diff -r d7f26538c24c -r 14690e624e9d mcabber/src/main.c --- a/mcabber/src/main.c Sun Oct 11 16:01:31 2009 +0200 +++ b/mcabber/src/main.c Sun Oct 11 16:01:52 2009 +0200 @@ -169,6 +169,9 @@ #ifdef HAVE_GPGME puts("Compiled with GPG support."); #endif +#ifdef MODULES_ENABLE + puts ("Compiled with modules support"); +#endif #ifdef HAVE_LIBOTR puts("Compiled with OTR support."); #endif @@ -416,6 +419,9 @@ g_main_loop_run(main_loop); scr_TerminateCurses(); +#ifdef MODULES_ENABLE + cmd_deinit(); +#endif fifo_deinit(); #ifdef HAVE_LIBOTR otr_terminate();