diff options
author | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-11-01 21:28:58 +0000 |
---|---|---|
committer | michael <michael@82007160-df01-0410-b94d-b575c5fd34c7> | 2012-11-01 21:28:58 +0000 |
commit | d0c4f145a5a76c37951162a0cf32f638e50ad8b7 (patch) | |
tree | 08578a1fc7cae27e79e56dcd30cb945d09da02f6 /modules/m_resv.c | |
parent | 8d6a1a7177ccbb822872fa5a758f5c5c948cec2e (diff) |
- 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
Diffstat (limited to 'modules/m_resv.c')
-rw-r--r-- | modules/m_resv.c | 2 |
1 files changed, 1 insertions, 1 deletions
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.", |