summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/time.rb
AgeCommit message (Collapse)Author
2010-12-11time plugin: check if argument is a nick earlierGiuseppe Bilotta
When !time <somenick> was being used and the user <somenick> hadn't set his or her location, the bot would wrongly assume the argument was some timezone. Fix by checking against local nicks first.
2010-10-04time plugin: properly reset TZ in on_timezoneGiuseppe Bilotta
2010-09-27time: support POSIX timeGiuseppe Bilotta
2010-09-23time: be consistent with <Continent>/<City> notationRaine Virta
2010-09-23time: use "time zone" consistently in repliesRaine Virta
2010-09-23time: update helpRaine Virta
2010-09-10time: calibrate to user's timezone when parsing time inputRaine Virta
2010-09-10time: add timestamp parser as a fallback to the default functionalityRaine Virta
2009-02-19remove whitespaceRaine Virta
2008-06-20made the time plugin have more pretty output, show real timezone abbr. ↵Ian Alexander Monroe
instead of "UTC" all the time
2007-02-18Plugin header boilerplating.Giuseppe Bilotta
New plugin.header file provided, to be used as model for the header of new plugins. Many existing plugins have been adjusted to provide the same info the same way. I might have misplaced some information, so please let me know if this is the case. Also augmented a couple of copyright notices to include the 'rbot development team' alongside Tom Gilbert.
2007-01-30time plugin: provide commands to let the bot forget about timezones, and let ↵Giuseppe Bilotta
the user know what happens when the timezone is set/forgotten
2006-07-31Initial import of the "time" plugin by Ian Monroe. Allows to view the local ↵Mark Kretschmann
time of a given user.