# HG changeset patch # User Mikael Berthe # Date 1268515481 -3600 # Node ID 553e7aa88c9fafde82f5a1baaa3747584ac4b00b # Parent c450d1e66c2e322436e1f294f122711b6da4efe1 Set the message flag for /module info output (It usually doesn't fit in the log window.) diff -r c450d1e66c2e -r 553e7aa88c9f mcabber/mcabber/modules.c --- a/mcabber/mcabber/modules.c Sat Mar 13 22:13:43 2010 +0100 +++ b/mcabber/mcabber/modules.c Sat Mar 13 22:24:41 2010 +0100 @@ -26,7 +26,7 @@ #include "settings.h" #include "config.h" #include "modules.h" -#include "logprint.h" +#include "screen.h" #include "utils.h" // Registry of loaded modules @@ -393,6 +393,8 @@ if (info->description) scr_LogPrint(LPRINT_NORMAL, "Description: %s", info->description); } + scr_setmsgflag_if_needed(SPECIAL_BUFFER_STATUS_ID, TRUE); + update_roster = TRUE; } // modules_init()