forked from GitHub/dbot
order thethings
This commit is contained in:
parent
569265f1c7
commit
4f8ce61909
@ -43,7 +43,7 @@ var pages = function(dbot) {
|
||||
}, function() {
|
||||
res.render('channels', {
|
||||
'server': server,
|
||||
'users': users,
|
||||
'users': users.sort(),
|
||||
'channels': channelCount,
|
||||
'tags': tags
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user