summaryrefslogtreecommitdiff
path: root/plugins/tell.py
AgeCommit message (Collapse)Author
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