Skip to content

Commit

Permalink
space before name
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke Slater committed Dec 29, 2011
1 parent 183d2c7 commit cf07597
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion globals/who.js
@@ -1,6 +1,6 @@
echo('---------- Who ----------');
var users = getConnectedUsers();
for(name in users)
echo('-' + users[name]);
echo('- ' + users[name]);
echo('-- Total Connected: ' + users.length);
echo('-------------------------');

0 comments on commit cf07597

Please sign in to comment.