X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=neonserv.example.conf;fp=neonserv.example.conf;h=d93cd4242ba5b83460d2f481e9ccd6eee99099fc;hp=bc09736bab25a7c59961c0fdfe2f6cc5672f790e;hb=ee3a72eb4a412a0a504d070db1b41c6907f7604d;hpb=939c6051a3ee85e3b3877fde35bdbf36ecb94fbc diff --git a/neonserv.example.conf b/neonserv.example.conf index bc09736..d93cd42 100644 --- a/neonserv.example.conf +++ b/neonserv.example.conf @@ -78,6 +78,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;