From 7907a1f1cc78ca532547c824cd221060b57f4fff Mon Sep 17 00:00:00 2001 From: brain Date: Thu, 23 Feb 2006 19:39:38 +0000 Subject: Incorporating InspTimer into safelist as a test git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3301 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/modules.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/modules.cpp') diff --git a/src/modules.cpp b/src/modules.cpp index 6f1236f60..7640f0edc 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -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()); -- cgit v1.3.1-10-gc9f91