[SimBot-commits] CVS: simbot ChangeLog,1.74,1.75 config.default.ini,1.25,1.26
Status: Abandoned
Brought to you by:
kstange
|
From: Pete P. <fou...@us...> - 2005-05-09 02:02:49
|
Update of /cvsroot/simbot/simbot In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19243 Modified Files: ChangeLog config.default.ini Log Message: New plugin! %time shows you the current time in SimBot-land and wherever else the bot's owner wants to show, %time <zones> shows SimBot-land plus the requested zones. Zones must be offsets (-0500) or <continent>/<city> (America/New_York), or a few other odd formats. Index: ChangeLog =================================================================== RCS file: /cvsroot/simbot/simbot/ChangeLog,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -p -r1.74 -r1.75 --- ChangeLog 8 May 2005 02:34:35 -0000 1.74 +++ ChangeLog 9 May 2005 02:02:35 -0000 1.75 @@ -1,3 +1,11 @@ +Version 1.0 alpha: (08 May 2005) + * plugins/time.pl: + - New plugin! + - Shows the current time in a number of time zones. + - %time <zones> shows the local time and the requested zones, + otherwise shows local and those defined in config.ini. + Failing that, local and UTC. + Version 1.0 alpha: (07 May 2005) * plugins/weather.pl: - Some unit conversion support. Add 'm' or 'metric' to show metric units, Index: config.default.ini =================================================================== RCS file: /cvsroot/simbot/simbot/config.default.ini,v retrieving revision 1.25 retrieving revision 1.26 diff -u -d -p -r1.25 -r1.26 --- config.default.ini 1 May 2005 16:17:39 -0000 1.25 +++ config.default.ini 9 May 2005 02:02:36 -0000 1.26 @@ -215,4 +215,11 @@ title_style=%green% # the default is 'en', which covers both American and British spellings. lang=en +[plugin.time] +# default_zones is the selection of time zones to display when someone calls +# %time with no arguments. The default is UTC. Local time is always shown. +# use commas for multiple, like default_zones=UTC,America/New_York +default_zones=UTC + + # End of Config |