diff options
| author | 2006-02-23 20:47:01 +0000 | |
|---|---|---|
| committer | 2006-02-23 20:47:01 +0000 | |
| commit | 59b1a8955142935b02af6446005ab47fc7c3fc8c (patch) | |
| tree | 08f1c49d268f7d8158ead200e5c46ac23aacae76 /src/timer.cpp | |
| parent | Add entirely pointful smiley to comment (diff) | |
Decide that it wasn't quite appropriate :(
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3314 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/timer.cpp')
| -rw-r--r-- | src/timer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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++) { |
