X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=neonserv.example.conf;fp=neonserv.example.conf;h=bc09736bab25a7c59961c0fdfe2f6cc5672f790e;hp=ba99ed7cdfe76df97dc6f798f116c1cac2488486;hb=e192ffc0fed753aa5a5c5081674511f90c5a953b;hpb=5db7ffe3eaf08c7346f5b8507d0af7b1fb77dd15 diff --git a/neonserv.example.conf b/neonserv.example.conf index ba99ed7..bc09736 100644 --- a/neonserv.example.conf +++ b/neonserv.example.conf @@ -28,6 +28,8 @@ "worker_threads" = 5; //threads "alertchan" = ""; "have_halfop" = 0; + //unregister NeonSpam channels together with NeonServ? + "sync_neonspam_unreg" = 1; "CheckAuths" { "enabled" = 1; "start_time" = 3; //24h format @@ -72,18 +74,30 @@ "libNeonServ" { "enabled" = 1; "protected" = 0; + // How often to look for channels that have expired? + "chan_expire_freq" = "3d"; + // How long is a channel unvisited (by masters or above) before it can be expired? + "chan_expire_delay" = "30d"; }; "libNeonSpam" { "enabled" = 1; "protected" = 0; }; "libstats" { + /* statistics module + this module doesn't extend the bot functions at all! + It will simply send a small UDP packet to neonserv.krypton-bouncer.de + this packet is used to keep the statistics on the website up to date. + + If you don't want your bot to be listed on this site just disable this plugin + (entries will be removed after 6h on the website) + */ "enabled" = 1; "protected" = 0; - "hide_networkname" = 0; - "hide_botnick" = 0; - "hide_chancount" = 0; - "hide_usercount" = 0; + "hide_networkname" = 0; //hide network name + "hide_botnick" = 0; //hide bot nick, ident, host + "hide_chancount" = 0; //hide joined channel count + "hide_usercount" = 0; //hide number of users the bot can see }; };