rmmh / skybot

Python IRC bot
https://github.com/rmmh/skybot/wiki
The Unlicense
250 stars 171 forks source link

Disabling plugins #115

Closed bhargavrpatel closed 8 years ago

bhargavrpatel commented 10 years ago

How do I disable all of the default plugins?

gyaru commented 10 years ago

Remove them or name them something other than *.py so they don't get loaded automatically.

avail commented 9 years ago

in config, "disabled_plugins": [ "pluginname", "anotherplugin"]