]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Decide that it wasn't quite appropriate :(
authorom <om@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 23 Feb 2006 20:47:01 +0000 (20:47 +0000)
committerom <om@e03df62e-2008-0410-955e-edbf42e46eb7>
Thu, 23 Feb 2006 20:47:01 +0000 (20:47 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3314 e03df62e-2008-0410-955e-edbf42e46eb7

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++)
                {