Forráskód Böngészése

* Chanset +take will not set +fastop (only +bitch) (Fixes #371).

Mark 15 éve
szülő
commit
6b6e7db318
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/mod/channels.mod/tclchan.c

+ 1 - 1
src/mod/channels.mod/tclchan.c

@@ -811,7 +811,7 @@ int channel_modify(char *result, struct chanset_t *chan, int items, char **item,
   }
 
   if ((chan->status ^ old_status) & CHAN_TAKE)
-    chan->status |= (CHAN_FASTOP|CHAN_BITCH);		// to avoid bots still mass opping from +take from not using cookies
+    chan->status |= CHAN_BITCH;		// to avoid bots still mass opping from +take from not using cookies
 
   if (!conf.bot->hub && (chan != chanset_default)) {
     if ((old_status ^ chan->status) & (CHAN_INACTIVE | CHAN_BACKUP)) {