summaryrefslogtreecommitdiff
path: root/plugins/alias.py
AgeCommit message (Collapse)Author
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-08Document with sphinx timed_events, common, and add methods to PluginAPImathieui
- add methods related to timed events to the PluginAPI - remove parse_command_args_to_alias because str.format does that, and better → update the alias 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-19Make the alias plugin behave like documented.mathieui
2012-01-26Fix the alias pluginmathieui
2011-11-18Use the new args parser in the alias pluginmathieui
2011-10-02Alias plugin. Fixes #1523mathieui