summaryrefslogtreecommitdiff
path: root/data/rbot/plugins/remind.rb
AgeCommit message (Collapse)Author
2010-11-25remind: fix presence of 'in', 'every' or 'at' in messageGiuseppe Bilotta
if 'in' was present in the message but not part of the time specification (e.g. because the specification was with 'every' or with 'at'), the parser would fail at the first attempt (look for time after 'in') and fail unnecessarily. Fix by trying all possibilities and only giving an error if none succeeds.
2009-08-26Utils: time parsing routinesGiuseppe Bilotta
Add time parsing routines to Utils, to be used for human-to-computer conversion of time offsets. Refactored and enhanced from the remind plugin.
2009-02-19remove whitespaceRaine Virta
2009-02-07remind plugin: added possibility to reference times that are the next day as ↵Raine Virta
hh:mm
2007-08-26Call 'super' method from #cleanup() in all pluginsGiuseppe Bilotta
2007-02-20remind plugin: fix for repeated reminders failing after [717].Giuseppe Bilotta
2007-02-15remind plugin: one-shot reminders gave a reminder time with an extra period ↵Giuseppe Bilotta
added. Remove it, and add some minor optimizations
2007-02-06Create an utils subdir in core, which will store all utility files that can ↵Giuseppe Bilotta
be reloaded without quitting the bot, and move httputil and utils to it
2007-01-30auth -> auth_path fixesGiuseppe Bilotta
2006-08-25Optimize remind plugin exploiting new message mapperGiuseppe Bilotta
2006-07-20Clean up logging from the pluginsGiuseppe Bilotta
2005-07-29Fri Jul 29 13:07:56 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk>Tom Gilbert
* Moved some stuff out of util.rb into the plugins that actually need them. Those methods didn't belong in util as they were plugin-specific. * moved a few more plugins to use map() where appropriate * made the url plugin only store unique urls
2005-07-27rearrange repo for packagingTom Gilbert