diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-02-08 03:09:19 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-02-08 03:09:19 +0000 |
commit | 512b5bdaf3b9de1c1cb1d78b921269f78b82e97b (patch) | |
tree | 2435caac310109ddcc04bcef4595b60245f5fb8a /src/main.c | |
parent | f4db8c5360a71bf2c815602ade39800033f7ae16 (diff) |
Rewrote & fixed CAPAB support
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2786 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 3 |
1 files changed, 0 insertions, 3 deletions
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(); |