diff -r 0f0cf428409f -r d3e36b368fc5 iswydt.vala --- a/iswydt.vala Mon Nov 05 23:53:52 2012 +0400 +++ b/iswydt.vala Mon Nov 05 23:54:44 2012 +0400 @@ -167,7 +167,9 @@ }); checktimer.attach(loop.get_context()); + account.add_module(new ModuleIq(cfg, account)); account.add_module(new ModuleMuc(cfg, account)); + account.add_module(new ModuleMucCommands(cfg, account)); account.add_module(new ModuleMucLog(cfg, account)); Posix.sigaction_t action = Posix.sigaction_t();