summaryrefslogtreecommitdiff
path: root/conf/plugins.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/plugins.conf')
-rw-r--r--conf/plugins.conf11
1 files changed, 6 insertions, 5 deletions
diff --git a/conf/plugins.conf b/conf/plugins.conf
index 264592fa9..8f171f034 100644
--- a/conf/plugins.conf
+++ b/conf/plugins.conf
@@ -14,7 +14,7 @@
//== Description =====================================
//The plugin system allows you to create customized scripts
//outside of the source. These scripts won't conflict with any
-//future source updates - think about it as a /conf/import/ version of the source.
+//future source updates - think of it as a /conf/import/ for the source.
//====================================================
/* --------------- Format ---------------
@@ -23,16 +23,17 @@ you need to put in a comma, to separate the plugins.
-----------------------------------------
plugins_list: [
"example",
- "other"
+ "other",
]
-----------------------------------------
Please note that your scripts need to be saved
in the .c (source code) extension and placed in the /src/plugin/ folder.
-----------------------------------------
*/
-
-plugins_list:[
+plugins_list: [
+ /* Enable HPMHooking when plugins in use rely on Hooking */
+ //"HPMHooking",
//"db2sql",
//"sample",
- //"other"
+ //"other",
]