]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules.cpp
Decide that it wasn't quite appropriate :(
[user/henk/code/inspircd.git] / src / modules.cpp
index 7640f0edc2c7dcb7db624b6baf1701242b3723bc..9b6a0d826a5afdc3d10c8adb6035c2ffce3dfa42 100644 (file)
@@ -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)