From d0c4f145a5a76c37951162a0cf32f638e50ad8b7 Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 1 Nov 2012 21:28:58 +0000 Subject: - Fixed previous commit to m_resv.c git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/trunk@1629 82007160-df01-0410-b94d-b575c5fd34c7 --- modules/m_resv.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/m_resv.c b/modules/m_resv.c index efe700e..ba0e540 100644 --- a/modules/m_resv.c +++ b/modules/m_resv.c @@ -378,7 +378,7 @@ remove_resv(struct Client *source_p, const char *name) resv_p = map_to_conf(conf); - if (IsConfDatabase(resv_p)) + if (!IsConfDatabase(resv_p)) { sendto_one(source_p, ":%s NOTICE %s :The RESV for nick: %s is in ircd.conf and must be removed by hand.", -- cgit