From: Martin Johansson Date: Sun, 11 Mar 2012 20:30:55 +0000 (+0100) Subject: New example configuration with new switches for admin and ban stuff. X-Git-Url: http://git.code-monkey.de/?p=umurmur.git;a=commitdiff_plain;h=f88efb8746195b4b75501970b5cca43327e43587 New example configuration with new switches for admin and ban stuff. --- diff --git a/umurmur.conf.example b/umurmur.conf.example index 8533483..c48e565 100644 --- a/umurmur.conf.example +++ b/umurmur.conf.example @@ -3,6 +3,12 @@ welcometext = "Welcome to uMurmur!"; certificate = "/etc/umurmur/cert.crt"; private_key = "/etc/umurmur/key.key"; password = ""; +# admin_password = "test"; # Set to enable admin functionality. +# ban_length = 0; # Length in seconds for a ban. Default is 0. 0 = forever. +# enable_ban = false; # Default is false +# banfile = "banfile.txt"; # File to save bans to. Default is to not save bans to file. +# sync_banfile = false; # Keep banfile synced. Default is false, which means it is saved to at shutdown only. +# allow_textmessage = true; # Default is true max_users = 10; # bindport = 64738;