Procházet zdrojové kódy

* When checking bans/exempts/invites, don't use a +, and start with 'b' to avoid flood_endgrace

Bryan Drewery před 16 roky
rodič
revize
6c42cef8ec
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      src/mod/irc.mod/irc.c

+ 1 - 1
src/mod/irc.mod/irc.c

@@ -1306,7 +1306,7 @@ static void get_channel_masks(struct chanset_t* chan) {
   }
 
   if (tocheck.length())
-    dprintf(DP_MODE, "MODE %s +%s\n", chan->name, tocheck.c_str());
+    dprintf(DP_MODE, "MODE %s %s\n", chan->name, tocheck.c_str());
 }
 
 /* Reset the channel information.