Missing ) in config.iced.

develop
Icedream 2015-11-05 19:41:48 +01:00
parent e93b3f5fff
commit 95fe3249cc
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ nconf.defaults
if not nconf.get("ts3-server")
throw new Error "You need to provide a TeamSpeak3 server URL (starts with ts3server:// and can be generated from any TS3 client GUI)."
if nconf.get("nickname")? and (nconf.get("nickname").length < 3 or nconf.get("nickname").length > 30
if nconf.get("nickname")? and (nconf.get("nickname").length < 3 or nconf.get("nickname").length > 30)
throw new Error "Nickname must be between 3 and 30 characters long."
console.log "Configuration loaded."