From ebe5b201aab71cf2ead1e068889be736314fbb73 Mon Sep 17 00:00:00 2001 From: attilamolnar Date: Wed, 3 Apr 2013 19:10:18 +0200 Subject: Migrate u_listmode.h into the core, change +b to use it --- src/inspircd.cpp | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/inspircd.cpp') diff --git a/src/inspircd.cpp b/src/inspircd.cpp index bac96b2d6..ea30924a8 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -184,12 +184,6 @@ void InspIRCd::Restart(const std::string &reason) } } -void InspIRCd::ResetMaxBans() -{ - for (chan_hash::const_iterator i = chanlist->begin(); i != chanlist->end(); i++) - i->second->ResetMaxBans(); -} - void InspIRCd::SetSignals() { #ifndef _WIN32 -- cgit v1.2.3