summaryrefslogtreecommitdiff
path: root/plugins/reminder.py
AgeCommit message (Collapse)Author
2017-10-12Fix some excepts (bare, useless, unused)mathieui
2017-10-08Change all “not … in …” into “… not in …”.Emmanuel Gil Peyrot
2017-02-13Don't override "id" and "type" builtinsmathieui
2016-08-21Don’t call input completion() functions inside completion methodsmathieui
Use a placeholder object that can run it afterwards, so that we don’t have side effects inside those functions.
2016-06-28Make plugins import from the absolute poezio package.Emmanuel Gil Peyrot
2014-03-27Remove useless "installation" parts from the plugin documentationsmathieui
2013-04-13Move the plugins documentationmathieui
(use automodule directive & docstrings)
2013-03-08Update the plugins to use the PluginAPImathieui
Also: - Add get_conversation_messages() to PluginAPI - Make plugins_autoload colon-separated instead of space-separated (for consistency) - Replace a JID() with a safeJID() in the uptime plugin
2013-03-01Fix #2231 (update the plugins to use the new help system)mathieui
And fix some imprecisions/mistakes in the help.
2012-05-06Fix the /remind helpmathieui
2011-11-15Use the new functions in reminder.pymathieui
2011-11-14Make it possible to use 'm', 'h', and 'd' in the time for themathieui
reminder plugin.
2011-11-14Useful improvements for the reminder pluginmathieui
2011-11-13Add a "reminder" plugin.mathieui