3
0
mirror of https://github.com/reality/dbot.git synced 2024-12-24 11:42:36 +01:00
This commit is contained in:
reality 2014-05-25 19:12:58 +00:00
parent 4f8ce61909
commit 80e9f245ab

View File

@ -43,7 +43,7 @@ var pages = function(dbot) {
}, function() {
res.render('channels', {
'server': server,
'users': users.sort(),
'users': users,
'channels': channelCount,
'tags': tags
});