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:
parent
c17b81fa97
commit
069fb1e801
2 changed files with 1 additions and 4 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue