summaryrefslogtreecommitdiff
path: root/plugins/send_delayed.py
AgeCommit message (Collapse)Author
2016-10-16send_delayed plugin: Give feedback on using /send_delayed.Emmanuel Gil Peyrot
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
2015-11-11Use the command_args_parser in the send_delayed pluginmathieui
2014-03-27Remove useless "installation" parts from the plugin documentationsmathieui
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.
2011-11-15Add a send_delayed plugins to send messages in some timemathieui