X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=neonserv.example.conf;h=ba99ed7cdfe76df97dc6f798f116c1cac2488486;hp=334d7308e15aa3924dbbd340e04fd349f5db6548;hb=406c308308e4d131475a692cd425cb156e0776f1;hpb=a1a39db1eb2716358e7b737c217f98f7b0dccfc6 diff --git a/neonserv.example.conf b/neonserv.example.conf index 334d730..ba99ed7 100644 --- a/neonserv.example.conf +++ b/neonserv.example.conf @@ -52,3 +52,38 @@ */ "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; + }; + "libstats" { + "enabled" = 1; + "protected" = 0; + "hide_networkname" = 0; + "hide_botnick" = 0; + "hide_chancount" = 0; + "hide_usercount" = 0; + }; +}; +