Explorar o código

* Enable all login settings by default for 1.1.8

svn: 1113
Bryan Drewery %!s(int64=22) %!d(string=hai) anos
pai
achega
430c563fc6
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/mod/console.mod/console.c

+ 2 - 0
src/mod/console.mod/console.c

@@ -284,6 +284,8 @@ console_chon(char *handle, int idx)
         dcc[idx].status |= STAT_WHOM;
       else
         dcc[idx].status &= ~STAT_WHOM;
+/* FIXME: Remove this after 1.1.8 */
+      dcc[idx].status |= STAT_BANNER | STAT_CHANNELS | STAT_BOTS | STAT_WHOM;
 
     }
     if ((dcc[idx].u.chat->channel >= 0) && (dcc[idx].u.chat->channel < GLOBAL_CHANS)) {