From 8e5296e03ec20684ebca9ffe9abc3c0b614147f9 Mon Sep 17 00:00:00 2001 From: Michael Ziegler Date: Wed, 24 Feb 2010 15:09:33 +0100 Subject: [PATCH] add support for the "boot" config field --- pyweb/mumble/models.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pyweb/mumble/models.py b/pyweb/mumble/models.py index 9655cf7..61db840 100644 --- a/pyweb/mumble/models.py +++ b/pyweb/mumble/models.py @@ -137,6 +137,7 @@ class Mumble( models.Model ): textlen = mk_config_bool_property( "textmessagelength", _("Maximum length of text messages") ) html = mk_config_bool_property( "allowhtml", _("Allow HTML to be used in messages") ) bonjour = mk_config_bool_property( "bonjour", _("Publish this server via Bonjour") ) + autoboot= mk_config_bool_property( "boot", _("Boot Server when Murmur starts") ) def getBooted( self ): if self.id is not None: