]> jfr.im git - irc/atheme/atheme.git/commitdiff
CLONE should include MARK
authorAustin Ellis <redacted>
Fri, 4 Mar 2016 15:21:30 +0000 (09:21 -0600)
committerAustin Ellis <redacted>
Fri, 4 Mar 2016 15:21:30 +0000 (09:21 -0600)
CLONE after additional thought and discussion on IRC *should* transfer
the MARK to avoid channel from evading a MARK placed on it. (Referenced
atheme/atheme#462)

modules/chanserv/clone.c

index 6a54f277162d17ac118573c3951c02d91e69fa20..4b113ffeb7e33a5ab30766d7637a0b463941b37a 100644 (file)
@@ -130,12 +130,6 @@ static void cs_cmd_clone(sourceinfo_t *si, int parc, char *parv[])
                        continue;
                }
 
-               /* Strip out private:mark data --shaynejellesma */
-               if(!strncmp(md->name, "private:mark:", 13))
-               {
-                       continue;
-               }
-
                /* Replace ANTIFLOOD AKILL with QUIET if it exists --shaynejellesma */
                if((strcasecmp(md->name, "private:antiflood:enforce-method") == 0) && (strcasecmp(md->value, "AKILL") == 0))
                {