summaryrefslogtreecommitdiff
path: root/conf/plugins.conf
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-10-05 11:34:32 +0300
committerAndrei Karas <akaras@inbox.ru>2017-12-26 00:55:25 +0300
commitc0cff173d76a2c861c66ceeac9458b61f2865a05 (patch)
tree4c172f91b8448f184eaa017dd6b2e69cb3221dd1 /conf/plugins.conf
parentf5483caa1fcb5907cc1d16488af550dff08ce9e9 (diff)
downloadhercules-c0cff173d76a2c861c66ceeac9458b61f2865a05.tar.gz
hercules-c0cff173d76a2c861c66ceeac9458b61f2865a05.tar.bz2
hercules-c0cff173d76a2c861c66ceeac9458b61f2865a05.tar.xz
hercules-c0cff173d76a2c861c66ceeac9458b61f2865a05.zip
Remove conf dir.
Diffstat (limited to 'conf/plugins.conf')
-rw-r--r--conf/plugins.conf39
1 files changed, 0 insertions, 39 deletions
diff --git a/conf/plugins.conf b/conf/plugins.conf
deleted file mode 100644
index bdde28492..000000000
--- a/conf/plugins.conf
+++ /dev/null
@@ -1,39 +0,0 @@
-//====================================================
-//= _ _ _
-//= | | | | | |
-//= | |_| | ___ _ __ ___ _ _| | ___ ___
-//= | _ |/ _ \ '__/ __| | | | |/ _ \/ __|
-//= | | | | __/ | | (__| |_| | | __/\__ \
-//= \_| |_/\___|_| \___|\__,_|_|\___||___/
-//=
-//= http://herc.ws/board/
-//====================================================
-//== Topic Discussion ================================
-//== http://herc.ws/board/topic/549-introducing-hercules-plugin-manager/
-//====================================================
-//== 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 of it as a /conf/import/ for the source.
-//====================================================
-
-/* --------------- Format ---------------
-After you have listed your plugin(s) in "quotations",
-you need to put in a comma, to separate the plugins.
------------------------------------------
-plugins_list: [
- "example",
- "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: [
- /* Enable HPMHooking when plugins in use rely on Hooking */
- //"HPMHooking",
- //"db2sql",
- //"sample",
- //"other",
-]