Commit d2e66523 authored by nanahira's avatar nanahira

revert websocket roomlist

parent 5177896e
......@@ -24,12 +24,8 @@
results = [];
for (i = 0, len = ref.length; i < len; i++) {
client = ref[i];
var cname = client.name;
if (settings.modules.http.show_ip) {
cname = client.name + " (" + client.ip + ")";
}
results.push({
username: cname,
username: client.name,
position: client.pos
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment