X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodmanager_static.cpp;h=bb8fda400bd33b8672a2bb8e26a67bd315b16a51;hb=34b2dde776b332116d04cea356843b324ab099fb;hp=2bcd78e6ca424d32c19258d8f197adfef1726a21;hpb=406010998eee82cebe6467c4f64e446ff8b79e5f;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modmanager_static.cpp b/src/modmanager_static.cpp index 2bcd78e6c..bb8fda400 100644 --- a/src/modmanager_static.cpp +++ b/src/modmanager_static.cpp @@ -1,4 +1,23 @@ -#define MODNAME AllModule +/* + * InspIRCd -- Internet Relay Chat Daemon + * + * Copyright (C) 2009-2010 Daniel De Graaf + * + * This file is part of InspIRCd. InspIRCd is free software: you can + * redistribute it and/or modify it under the terms of the GNU General Public + * License as published by the Free Software Foundation, version 2. + * + * This program is distributed in the hope that it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more + * details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + + +#define MODNAME cmd_all #include "inspircd.h" #include "exitcodes.h" @@ -161,7 +180,8 @@ void ModuleManager::Reload(Module* mod, HandlerBase1* callback) void ModuleManager::LoadAll() { - Load("AllModule", true); + Load("cmd_all", true); + Load("cmd_whowas.so", true); ConfigTagList tags = ServerInstance->Config->ConfTags("module"); for(ConfigIter i = tags.first; i != tags.second; ++i)