X-Git-Url: https://jfr.im/git/solanum.git/blobdiff_plain/e7046ee54dcf1d1e905e2c49f5cd8b75ce229002..8bd5767b953efd089e0467b02f897f77581e589d:/modules/m_dline.c diff --git a/modules/m_dline.c b/modules/m_dline.c index 32cc408c..42c134ec 100644 --- a/modules/m_dline.c +++ b/modules/m_dline.c @@ -36,7 +36,7 @@ #include "numeric.h" #include "s_conf.h" #include "s_newconf.h" -#include "s_log.h" +#include "logger.h" #include "send.h" #include "hash.h" #include "s_serv.h" @@ -154,7 +154,7 @@ mo_dline(struct Client *client_p, struct Client *source_p, const char *creason; int t = AF_INET, ty, b; ty = parse_netmask(dlhost, (struct sockaddr *)&daddr, &b); -#ifdef IPV6 +#ifdef RB_IPV6 if(ty == HM_IPV6) t = AF_INET6; else @@ -181,7 +181,7 @@ mo_dline(struct Client *client_p, struct Client *source_p, } } - set_time(); + rb_set_time(); current_date = smalldate(); aconf = make_conf();