1
0
Fork 0
mirror of git://git.psyced.org/git/psyced synced 2024-08-15 03:25:10 +00:00

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

@ -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;
}
}