hostmanager: Trailing whitespace

vault/0.11
Matthew Wild 16 years ago
parent fd8c12ab1a
commit 2c384fccc2
  1. 8
      core/hostmanager.lua

@ -48,10 +48,10 @@ end
eventmanager.add_event_hook("server-starting", load_enabled_hosts);
function activate(host, host_config)
hosts[host] = {type = "local", connected = true, sessions = {},
host = host, s2sout = {}, events = events_new(),
disallow_s2s = configmanager.get(host, "core", "disallow_s2s")
or (configmanager.get(host, "core", "anonymous_login")
hosts[host] = {type = "local", connected = true, sessions = {},
host = host, s2sout = {}, events = events_new(),
disallow_s2s = configmanager.get(host, "core", "disallow_s2s")
or (configmanager.get(host, "core", "anonymous_login")
and (configmanager.get(host, "core", "disallow_s2s") ~= false));
dialback_secret = configmanager.get(host, "core", "dialback_secret") or uuid_gen();
};

Loading…
Cancel
Save