X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules.cpp;h=9b6a0d826a5afdc3d10c8adb6035c2ffce3dfa42;hb=59b1a8955142935b02af6446005ab47fc7c3fc8c;hp=7640f0edc2c7dcb7db624b6baf1701242b3723bc;hpb=7907a1f1cc78ca532547c824cd221060b57f4fff;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules.cpp b/src/modules.cpp index 7640f0edc..9b6a0d826 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -50,7 +50,6 @@ using namespace std; #include "typedefs.h" #include "modules.h" #include "command_parse.h" -#include "timer.h" extern ServerConfig *Config; extern InspIRCd* ServerInstance; @@ -417,7 +416,7 @@ chanrec* Server::GetChannelIndex(long index) void Server::AddTimer(InspTimer* T) { - AddTimer(T); + ::AddTimer(T); } void Server::SendOpers(std::string s)