X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=neonserv.example.conf;h=5be3085bb2daa1d7b2c69918de22562b24f4f569;hb=8b89857bfaca58d04c19b31a73f1d7d8575940db;hp=a6b3a6101ee841907f54ee84a07d04323ed1754f;hpb=c32e8254ec4ed0d77757e32f8aa5aabcdb494057;p=NeonServV5.git diff --git a/neonserv.example.conf b/neonserv.example.conf index a6b3a61..5be3085 100644 --- a/neonserv.example.conf +++ b/neonserv.example.conf @@ -9,7 +9,23 @@ "pass" = "password"; "base" = "neonserv"; }; +"statistics" { + "enable" = 0; + "frequency" = 5; //minutes + "include_lusers" = 1; //general network statistics + "execute" = "php scripts/statistic.php"; + /* parameters: + - visible users + - visible chanusers + - visible channels + - privmsg per minute + - commands per minute + - network users + - network channels + */ +}; "General" { + "worker_threads" = 5; //threads "alertchan" = ""; "have_halfop" = 0; "CheckAuths" { @@ -23,7 +39,43 @@ }; }; "QServer" { - "enabled" = 1; + "enabled" = 0; "port" = 7499; "pass" = "blaa"; -}; \ No newline at end of file +}; +"log" { //neonserv.log + /* + 1 - INFO + 2 - ERROR + 4 - RAW + 8 - MYSQL + */ + "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; + }; +}; +