diff --git a/modules/m_dline.c b/modules/m_dline.c index 8917b9d2..a0d9da33 100644 --- a/modules/m_dline.c +++ b/modules/m_dline.c @@ -362,7 +362,7 @@ apply_undline(struct Client *source_p, const char *cidr) char buf[BUFSIZE]; struct ConfItem *aconf; - int masktype = parse_netmask_strict(cidr, NULL, NULL); + int masktype = parse_netmask(cidr, NULL, NULL); if(masktype != HM_IPV4 && masktype != HM_IPV6) {