diff options
author | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-23 20:46:22 +0000 |
---|---|---|
committer | om <om@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-02-23 20:46:22 +0000 |
commit | cef00a4348a4a8f658272c6b32dd6b66df6cf40c (patch) | |
tree | 478bd865d2bcc775a7ad67a96801eea87c1d782a /src/timer.cpp | |
parent | 5041993a7c5b2b94d84a5c15c4960e6acc3bb52d (diff) |
Add entirely pointful smiley to comment
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3313 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 14e612168..ae345edc0 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 + * There are pending timers to trigger :o */ for (timergroup::iterator y = x->begin(); y != x->end(); y++) { |