From e787c7aa49053b24709e278c9af272322039b5df Mon Sep 17 00:00:00 2001 From: James Vega Date: Mon, 22 Dec 2008 02:55:56 +0000 Subject: [PATCH] Clarify comment about timestamp() override --- src/utils/str.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/utils/str.py b/src/utils/str.py index a1dff4d5a..274d81d24 100644 --- a/src/utils/str.py +++ b/src/utils/str.py @@ -1,5 +1,6 @@ ### # Copyright (c) 2002-2005, Jeremiah Fincher +# Copyright (c) 2008, James Vega # All rights reserved. # # Redistribution and use in source and binary forms, with or without @@ -349,7 +350,7 @@ def toBool(s): else: raise ValueError, 'Invalid string for toBool: %s' % quoted(s) -# Replace me! +# When used with Supybot, this is overriden when supybot.conf is loaded def timestamp(t): if t is None: t = time.time()