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: