From 512b5bdaf3b9de1c1cb1d78b921269f78b82e97b Mon Sep 17 00:00:00 2001 From: Adam- Date: Mon, 8 Feb 2010 03:09:19 +0000 Subject: Rewrote & fixed CAPAB support git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2786 5417fbe8-f217-4b02-8779-1006273d7864 --- src/main.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/main.c') diff --git a/src/main.c b/src/main.c index cb649a939..5ef579e5a 100644 --- a/src/main.c +++ b/src/main.c @@ -190,9 +190,6 @@ static void services_shutdown() ircdproto->SendSquit(Config.ServerName, quitmsg); if (uplink) delete [] uplink; - if (ircd->chanmodes) { - delete [] ircd->chanmodes; - } u = firstuser(); while (u) { next = nextuser(); -- cgit