Parcourir la source

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

Bryan Drewery il y a 16 ans
Parent
commit
6c42cef8ec
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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.