diff options
Diffstat (limited to 'conf/default.conf')
-rw-r--r-- | conf/default.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/conf/default.conf b/conf/default.conf new file mode 100644 index 000000000..41d2e1f85 --- /dev/null +++ b/conf/default.conf @@ -0,0 +1,8 @@ +@PLUGIN_NAME@ { + + # Whether to load the plugin. Can also be an integer to increase the + # priority of this plugin. + load = yes + +} + |