]> jfr.im git - irc/rqf/shadowircd.git/blobdiff - modules/m_dline.c
PASS selector:password for auth{}, based on spb's patch for ircd-seven
[irc/rqf/shadowircd.git] / modules / m_dline.c
index ef7c1cdc05284e50c9c6c10e18f75c5fedde635d..213a0456767046941a702ddc16c8e1f557c8832a 100644 (file)
@@ -339,7 +339,7 @@ apply_dline(struct Client *source_p, const char *dlhost, int tdline_time, char *
        {
                rb_snprintf(dlbuffer, sizeof(dlbuffer), "%s (%s)", reason, current_date);
                aconf->passwd = rb_strdup(dlbuffer);
-               add_conf_by_address(aconf->host, CONF_DLINE, NULL, aconf);
+               add_conf_by_address(aconf->host, CONF_DLINE, NULL, NULL, aconf);
                write_confitem(DLINE_TYPE, source_p, NULL, aconf->host, reason,
                               oper_reason, current_date, 0);
        }