]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules.cpp
Incorporating InspTimer into safelist as a test
[user/henk/code/inspircd.git] / src / modules.cpp
index 6f1236f605a00765d1d18898b39aa9dd64b0c5c3..7640f0edc2c7dcb7db624b6baf1701242b3723bc 100644 (file)
@@ -50,6 +50,7 @@ using namespace std;
 #include "typedefs.h"
 #include "modules.h"
 #include "command_parse.h"
+#include "timer.h"
 
 extern ServerConfig *Config;
 extern InspIRCd* ServerInstance;
@@ -414,6 +415,11 @@ chanrec* Server::GetChannelIndex(long index)
        return NULL;
 }
 
+void Server::AddTimer(InspTimer* T)
+{
+       AddTimer(T);
+}
+
 void Server::SendOpers(std::string s)
 {
        WriteOpers("%s",s.c_str());