X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=neonserv.example.conf;fp=neonserv.example.conf;h=5be3085bb2daa1d7b2c69918de22562b24f4f569;hp=334d7308e15aa3924dbbd340e04fd349f5db6548;hb=8b89857bfaca58d04c19b31a73f1d7d8575940db;hpb=602499790b63accdf081052900ae5cfcddd11def diff --git a/neonserv.example.conf b/neonserv.example.conf index 334d730..5be3085 100644 --- a/neonserv.example.conf +++ b/neonserv.example.conf @@ -52,3 +52,30 @@ */ "loglevel" = 3; }; +"modules" { + "libglobalcmd" { + "enabled" = 1; + "protected" = 1; //may not be unloaded + }; + "libDummyServ" { + "enabled" = 1; + "protected" = 0; + }; + "libfuncmds" { + "enabled" = 1; + "protected" = 0; + }; + "libNeonHelp" { + "enabled" = 1; + "protected" = 0; + }; + "libNeonServ" { + "enabled" = 1; + "protected" = 0; + }; + "libNeonSpam" { + "enabled" = 1; + "protected" = 0; + }; +}; +