aboutsummaryrefslogtreecommitdiffstats
path: root/src/command_parse.cpp
diff options
context:
space:
mode:
authorGravatar w00t2008-01-10 13:45:53 +0000
committerGravatar w00t2008-01-10 13:45:53 +0000
commit7194690fc8a8c6c07e60c2491f9d8165d8eb3459 (patch)
treecbc968a4bb92169527b320c86e2ca0fad27d0d9a /src/command_parse.cpp
parentRemove some debug that got committed accidentally (diff)
Header update: 2007 -> 2008
git-svn-id: http://svn.inspircd.org/repository/branches/1_1_stable@8695 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r--src/command_parse.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp
index 25d1ab650..52ef4a6ce 100644
--- a/src/command_parse.cpp
+++ b/src/command_parse.cpp
@@ -2,7 +2,7 @@
* | Inspire Internet Relay Chat Daemon |
* +------------------------------------+
*
- * InspIRCd: (C) 2002-2007 InspIRCd Development Team
+ * InspIRCd: (C) 2002-2008 InspIRCd Development Team
* See: http://www.inspircd.org/wiki/index.php/Credits
*
* This program is free but copyrighted software; see
@@ -63,7 +63,7 @@ std::string InspIRCd::TimeString(time_t curtime)
return std::string(ctime(&curtime),24);
}
-/** Refactored by Brain, Jun 2007. Much faster with some clever O(1) array
+/** Refactored by Brain, Jun 2008. Much faster with some clever O(1) array
* lookups and pointer maths.
*/
long InspIRCd::Duration(const std::string &str)