]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/timer.cpp
Decide that it wasn't quite appropriate :(
[user/henk/code/inspircd.git] / src / timer.cpp
index ae345edc04b32faa2cedec090be6a5aa2d3c097f..14e61216885f42f92b62d2794a32a092d53e7aa2 100644 (file)
@@ -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++)
                {