X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=neonserv.example.conf;h=afa81c01de00b796ca245b5fcb01319709f51833;hb=22aeca9517610c908823ae9f400a5f9bcc712467;hp=bc09736bab25a7c59961c0fdfe2f6cc5672f790e;hpb=e192ffc0fed753aa5a5c5081674511f90c5a953b;p=NeonServV5.git diff --git a/neonserv.example.conf b/neonserv.example.conf index bc09736..afa81c0 100644 --- a/neonserv.example.conf +++ b/neonserv.example.conf @@ -39,6 +39,15 @@ //180 miutes, every 2 seconds: 5400 auth checks "alertchan" = "#krypton.intern"; }; + "UserBots" { + "OtherServ" { + "enabled" = 1; + "nick" = "OtherServ,OtherServ2"; //optional check (mask) + "sourcebot" = "NeonServ"; //send messages through a bot of this botclass + "opless_part" = "PRIVMSG %s :part %s"; //args: botnick, channel + "opless_join" = "PRIVMSG %s :join %s"; //args: botnick, channel + }; + }; }; "QServer" { "enabled" = 0; @@ -78,6 +87,16 @@ "chan_expire_freq" = "3d"; // How long is a channel unvisited (by masters or above) before it can be expired? "chan_expire_delay" = "30d"; + // Automatically register a Backup bot with NeonServ + "auto_backup_register" = 0; + // Automatically unregister all Backup when NeonServ gets removed + "auto_backup_unregister" = 1; + // BackupServ channel setting + "channel_backup_setting" = 1; + }; + "libNeonBackup" { + "enabled" = 1; + "protected" = 0; }; "libNeonSpam" { "enabled" = 1;