define({
// If no host is given it will default to localhost.
host: '',
nick_maxLen: 20,
nick_minLen: 3,
key_maxLen: Infinity,
key_minLen: 8
});