From: om Date: Thu, 23 Feb 2006 20:47:01 +0000 (+0000) Subject: Decide that it wasn't quite appropriate :( X-Git-Tag: v2.0.23~8775 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=59b1a8955142935b02af6446005ab47fc7c3fc8c;p=user%2Fhenk%2Fcode%2Finspircd.git Decide that it wasn't quite appropriate :( git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3314 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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++) {