Explorar o código

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

Bryan Drewery %!s(int64=16) %!d(string=hai) anos
pai
achega
6c42cef8ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.