mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
_amount_users_loaded
This commit is contained in:
parent
227eb4fbfd
commit
1b9b468ecf
10 changed files with 85 additions and 90 deletions
|
@ -102,8 +102,9 @@ int msg(string source, string mc, string data,
|
|||
break;
|
||||
}
|
||||
}
|
||||
return ({ $1, "_status_user_amount",
|
||||
"There are [_amount_users] people online, [_amount_users_registered] accounts on this server.",
|
||||
return ({ $1, "_status_user_amount", 0,
|
||||
// generic formats shouldn't be hanging around in net/jabber...!?
|
||||
// "There are [_amount_users_loaded] people loaded, [_amount_users_registered] accounts on this server.",
|
||||
$2 });
|
||||
} else
|
||||
return ({ $1, "_error_request_users_amount",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue