X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/5366977b4f3c7a50d170bf7a1e29b14c74944db7..1146ee7dc478b184ee102155940ff961f3919b8f:/modules/m_unreject.c diff --git a/modules/m_unreject.c b/modules/m_unreject.c index b395ad5..a6cc126 100644 --- a/modules/m_unreject.c +++ b/modules/m_unreject.c @@ -20,7 +20,6 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 * USA * - * $Id: m_unreject.c 3161 2007-01-25 07:23:01Z nenolod $ */ #include "stdinc.h" @@ -62,7 +61,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]);