summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-23 19:50:54 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-23 19:50:54 +0000
commit197c5247986bb39d36fa34e00afb0a8cbc05b762 (patch)
treecf088c0550b46832fcf55e088ff51284e3fa011c /src
parent5b80360d879d2dd3dce1e6020ed8a8f0e2077931 (diff)
Use ::AddTimer not AddTimer, or it calls this->AddTimer and loops
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3304 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r--src/modules.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules.cpp b/src/modules.cpp
index c562161e0..9b6a0d826 100644
--- a/src/modules.cpp
+++ b/src/modules.cpp
@@ -416,7 +416,7 @@ chanrec* Server::GetChannelIndex(long index)
void Server::AddTimer(InspTimer* T)
{
- AddTimer(T);
+ ::AddTimer(T);
}
void Server::SendOpers(std::string s)