fix /lusers xmpp:server

This commit is contained in:
psyc://psyced.org/~lynX 2009-12-17 14:37:53 +01:00
parent c17b81fa97
commit 069fb1e801
2 changed files with 1 additions and 4 deletions

View File

@ -1767,9 +1767,6 @@ das sieht doof aus.. gehts auch besser? hmm
remain incarnated longer since mails seem to arrive often enough
for some users to never leave memory.
+ disallow TLS/SSL connections from localhost to save CPU resources
for useful things
- re-examine everything looking for optimizations.. like, are any
lower_case's being called twice etc. or introduce a "lowercased"
flag into the driver's string structures *grin*

View File

@ -99,7 +99,7 @@ int msg(string source, string mc, string data,
$2["_amount_users_registered"] = helper["@value"];
break;
case "users/online":
$2["_amount_users"] = helper["@value"];
$2["_amount_users_loaded"] = helper["@value"];
break;
}
}