toxygen/docs/plugins.md

20 lines
568 B
Markdown
Raw Normal View History

2016-05-28 10:06:13 +00:00
#Plugins
2016-06-23 09:46:48 +00:00
Toxygen is the first [Tox](https://tox.chat/) client with plugins support. Plugin is Python 3.4 module (.py file) and directory with plugin's data which provide some additional functionality.
2016-05-28 10:06:13 +00:00
#How to write plugin
Check [Plugin API](/docs/plugin_api.md) for more info
#How to install plugin
2016-05-28 19:43:51 +00:00
Toxygen comes without preinstalled plugins.
2016-05-28 10:06:13 +00:00
1. Put plugin and directory with it's data into /src/plugins/
2. Restart Toxygen
#Plugins list
WARNING: It is unsecure to install plugin not from this list!
2016-05-28 19:43:51 +00:00
[Main repo](https://github.com/ingvar1995/toxygen_plugins)