summaryrefslogtreecommitdiff
path: root/plugins/tell.py
AgeCommit message (Collapse)Author
2016-10-04Replace "MUC" by "chatroom" in the documentationmathieui
And fix some linewrapping, obsolete references to poezio.eu, and obsolete docs.
2016-10-02Fix #3229 (add a command to list /tell messages)mathieui
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
2016-06-12Fix core commands, broken in the previous commit.Emmanuel Gil Peyrot
2015-11-11Use the command_args_parser in the tell pluginmathieui
2014-09-17Fix #2581 (fix /untell completion)mathieui
2014-03-27Remove useless "installation" parts from the plugin documentationsmathieui
2013-06-16Fix a tb with the tell plugin on wrong inputmathieui
it didn’t make anything crash, but still.
2013-05-20Add the documentation for the /tell pluginmathieui
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-03-31Add a /tell pluginmathieui