From 8710724b5518ae9858309e548514f76e620a8459 Mon Sep 17 00:00:00 2001 From: Adam Date: Wed, 26 Jun 2013 17:01:33 -0400 Subject: Change the syntax of FOREACH macros to be less dumb. --- src/server.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/server.cpp') diff --git a/src/server.cpp b/src/server.cpp index 580ee5310..efefa0d37 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -58,7 +58,7 @@ void InspIRCd::Exit(int status) void RehashHandler::Call(const std::string &reason) { ServerInstance->SNO->WriteToSnoMask('a', "Rehashing config file %s %s",ServerConfig::CleanFilename(ServerInstance->ConfigFileName.c_str()), reason.c_str()); - FOREACH_MOD(I_OnGarbageCollect, OnGarbageCollect()); + FOREACH_MOD(OnGarbageCollect, ()); if (!ServerInstance->ConfigThread) { ServerInstance->ConfigThread = new ConfigReaderThread(""); @@ -190,7 +190,7 @@ void ISupportManager::Build() tokens["WALLCHOPS"] = tokens["WALLVOICES"]; // Modules can add new tokens and also edit or remove existing tokens - FOREACH_MOD(I_On005Numeric, On005Numeric(tokens)); + FOREACH_MOD(On005Numeric, (tokens)); // EXTBAN is a special case as we need to sort it and prepend a comma. std::map::iterator extban = tokens.find("EXTBAN"); -- cgit v1.3.1-10-gc9f91