Skip to content
Snippets Groups Projects
Commit 7af7e922 authored by rswindell's avatar rswindell
Browse files

Don't use system.stats.total_users if you want to walk through the user

database (use system.lastuser instead).
parent 5be96628
No related branches found
No related tags found
No related merge requests found
// userlist.js
// A sample user listing script for Synchronet v3.1+
// $Id$
load("sbbsdefs.js");
var lastuser=system.stats.total_users;
var lastuser=system.lastuser;
var u = new User(1);
for(i=1;i<=lastuser;i++) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment