[SimBot-commits] CVS: simbot/plugins time.pl,1.2,1.3
Status: Abandoned
Brought to you by:
kstange
|
From: Kevin S. <ks...@us...> - 2006-10-16 04:47:56
|
Update of /cvsroot/simbot/simbot/plugins In directory sc8-pr-cvs8.sourceforge.net:/tmp/cvs-serv12250/plugins Modified Files: time.pl Log Message: Fix the description header of the time plugin. :) Index: time.pl =================================================================== RCS file: /cvsroot/simbot/simbot/plugins/time.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -p -r1.2 -r1.3 --- time.pl 10 Nov 2005 13:02:15 -0000 1.2 +++ time.pl 16 Oct 2006 04:47:46 -0000 1.3 @@ -2,9 +2,10 @@ # SimBot Time Conversion Plugin # # DESCRIPTION: -# The TinyURL plugin watches chat for URLs pointing to TinyURL -# style services. When one is recognized, it looks up the URL, and -# announces in chat where the URL points. +# The Time plugin does not watch chat for URLs pointing to TinyURL +# style services. Instead, it watches for its command and a list +# of POSIX-style time zones and shows current local time, as well +# as the current time for each of those zones (Or UTC otherwise). # # COPYRIGHT: # Copyright (C) 2005, Pete Pearson |