summaryrefslogtreecommitdiff
path: root/src/timer.cpp
diff options
context:
space:
mode:
authorom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-23 20:47:01 +0000
committerom <om@e03df62e-2008-0410-955e-edbf42e46eb7>2006-02-23 20:47:01 +0000
commit59b1a8955142935b02af6446005ab47fc7c3fc8c (patch)
tree08f1c49d268f7d8158ead200e5c46ac23aacae76 /src/timer.cpp
parentcef00a4348a4a8f658272c6b32dd6b66df6cf40c (diff)
Decide that it wasn't quite appropriate :(
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3314 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/timer.cpp')
-rw-r--r--src/timer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/timer.cpp b/src/timer.cpp
index ae345edc0..14e612168 100644
--- a/src/timer.cpp
+++ b/src/timer.cpp
@@ -51,7 +51,7 @@ void TickTimers(time_t TIME)
{
timergroup* x = found->second;
/*
- * There are pending timers to trigger :o
+ * There are pending timers to trigger
*/
for (timergroup::iterator y = x->begin(); y != x->end(); y++)
{