diff --git a/core/src/main/groovy/com/muwire/core/MuWireSettings.groovy b/core/src/main/groovy/com/muwire/core/MuWireSettings.groovy index c279d097..7dbe44aa 100644 --- a/core/src/main/groovy/com/muwire/core/MuWireSettings.groovy +++ b/core/src/main/groovy/com/muwire/core/MuWireSettings.groovy @@ -10,10 +10,12 @@ class MuWireSettings { isLeaf = Boolean.valueOf(props.get("leaf","false")) allowUntrusted = Boolean.valueOf(props.get("allowUntrusted","true")) crawlerResponse = CrawlerResponse.valueOf(props.get("crawlerResponse","REGISTERED")) + nickname = props.getProperty("nickname") } final boolean isLeaf boolean allowUntrusted + String nickname CrawlerResponse crawlerResponse boolean isLeaf() {