X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Ftimer.cpp;h=14e61216885f42f92b62d2794a32a092d53e7aa2;hb=59b1a8955142935b02af6446005ab47fc7c3fc8c;hp=ae345edc04b32faa2cedec090be6a5aa2d3c097f;hpb=cef00a4348a4a8f658272c6b32dd6b66df6cf40c;p=user%2Fhenk%2Fcode%2Finspircd.git 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++) {