summaryrefslogtreecommitdiff
path: root/src/plugin.py
AgeCommit message (Collapse)Author
2011-10-29Make the PluginConfig class heritate the poezio ConfigFlorent Le Coz
We can use the nice and safe get() method
2011-10-02Adds a way to delete the commands without reloading the pluginmathieui
2011-10-02Frumious hacks to make plugins less likely to kill a clientTodd Eisenberger
2011-09-25exec pluginFlorent Le Coz
2011-09-25Add a config file to the plugins by defaultmathieui
2011-09-24[teisenbe] Use the imp module to import modules.Florent Le Coz
Also add a simple translator module
2011-09-23[teisenbe] first attempt at a plugin system.Florent Le Coz