Decide that it wasn't quite appropriate :(

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3314 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
om 2006-02-23 20:47:01 +00:00
parent cef00a4348
commit 59b1a89551

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