diff options
author | shennetsind <ind@henn.et> | 2013-10-07 13:41:02 -0300 |
---|---|---|
committer | shennetsind <ind@henn.et> | 2013-10-07 13:41:02 -0300 |
commit | dda77cb771769fcbf13765c0edf3e5da91f3666c (patch) | |
tree | 74154558d5fbc3782a6a1070f1ac0c8a0a4fdff3 /conf | |
parent | c56e3eb701658079f1de09db759f3b09327ec046 (diff) | |
parent | e7457d450f44f07881e9a8d9af25b068596f3df4 (diff) | |
download | hercules-dda77cb771769fcbf13765c0edf3e5da91f3666c.tar.gz hercules-dda77cb771769fcbf13765c0edf3e5da91f3666c.tar.bz2 hercules-dda77cb771769fcbf13765c0edf3e5da91f3666c.tar.xz hercules-dda77cb771769fcbf13765c0edf3e5da91f3666c.zip |
Merge branch 'master' of https://github.com/HerculesWS/Hercules
Diffstat (limited to 'conf')
-rw-r--r-- | conf/plugins.conf | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/conf/plugins.conf b/conf/plugins.conf index c88a4fb50..d9bd7e386 100644 --- a/conf/plugins.conf +++ b/conf/plugins.conf @@ -23,16 +23,16 @@ 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:[ - "HPMHooking" +plugins_list: [ + "HPMHooking", //"db2sql", //"sample", - //"other" -]
\ No newline at end of file + //"other", +] |