X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/5366977b4f3c7a50d170bf7a1e29b14c74944db7..d63447bfe7406b3fc211d482c3f7f5504c325f8d:/modules/m_unreject.c diff --git a/modules/m_unreject.c b/modules/m_unreject.c index b395ad5..21e136a 100644 --- a/modules/m_unreject.c +++ b/modules/m_unreject.c @@ -62,7 +62,7 @@ mo_unreject(struct Client *client_p, struct Client *source_p, int parc, const ch return 0; } - if(remove_reject(parv[1])) + if(remove_reject_ip(parv[1])) sendto_one_notice(source_p, ":Removed reject for %s", parv[1]); else sendto_one_notice(source_p, ":Unable to remove reject for %s", parv[1]);