]> jfr.im git - irc/evilnet/x3.git/blobdiff - src/spamserv.c
Fixed a typo in ROUTING EXAMPLE
[irc/evilnet/x3.git] / src / spamserv.c
index f83a696cf5b54280c126da159af1a01f6547135e..cc0980032ec56ad38c2b2b722288283ebd6df2ac 100644 (file)
@@ -2896,7 +2896,7 @@ spamserv_channel_message(struct chanNode *channel, struct userNode *user, char *
                int size = strlen(user->hostname) + 3;
                char *mask = alloca(size);
                snprintf(mask, size, "*@%s", user->hostname);
-               gline_add(spamserv->nick, mask, spamserv_conf.gline_duration, reason, now, now, 1, 0);
+               gline_add(spamserv->nick, mask, spamserv_conf.gline_duration, reason, now, 1, 0);
                spamserv_debug(SSMSG_DEBUG_GLINE, user->nick, user->hostname, channel->name);
        }
        else if(CHECK_KILL(uInfo))