diff options
-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 +] |