summaryrefslogtreecommitdiff
path: root/plugins/admin.py
AgeCommit message (Collapse)Author
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-12Start the plugin documentationmathieui
(with admin.py)
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-05Add /mute to the admin pluginmathieui
2012-05-05Add an "Admin" plug-in that add several shortcuts for room administrationmathieui