diff options
author | Streusel <m.me1@live.de> | 2013-06-07 13:21:17 -0600 |
---|---|---|
committer | Streusel <m.me1@live.de> | 2013-06-07 13:21:17 -0600 |
commit | 6d042dcbb41cc278f14706e7306412642ea90d3a (patch) | |
tree | c8f24b5246ca217a2fa976c3104ec4a2eeefe36d | |
parent | 3e413d7af0c3cccf2b069fd0263af3eae87f28b8 (diff) | |
download | hercules-6d042dcbb41cc278f14706e7306412642ea90d3a.tar.gz hercules-6d042dcbb41cc278f14706e7306412642ea90d3a.tar.bz2 hercules-6d042dcbb41cc278f14706e7306412642ea90d3a.tar.xz hercules-6d042dcbb41cc278f14706e7306412642ea90d3a.zip |
Update plugins.conf
We don't want those uncommented.
-rw-r--r-- | conf/plugins.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/conf/plugins.conf b/conf/plugins.conf index 9c2f5af02..7c4674edf 100644 --- a/conf/plugins.conf +++ b/conf/plugins.conf @@ -12,9 +12,9 @@ //== http://hercules.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 about it as a /conf/import/ version of the source. +//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. //==================================================== /* --------------- Format --------------- @@ -34,4 +34,4 @@ in the .c (source code) extension and placed in the /src/plugin/ folder. plugins_list:[ //"sample", //"other" -]
\ No newline at end of file +] |