mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
Update pages.js
This commit is contained in:
parent
8da13c35a7
commit
7376c380e7
@ -10,7 +10,6 @@ var pages = function(dbot) {
|
||||
'name': dbot.config.name,
|
||||
'servers': _.keys(dbot.config.servers)
|
||||
});
|
||||
console.log('YE');
|
||||
},
|
||||
|
||||
'/warning/:server': function(req, res) {
|
||||
@ -43,7 +42,6 @@ console.log('YE');
|
||||
'/warning/:server/:uid': function(req, res) {
|
||||
var server = req.params.server,
|
||||
user = req.params.uid;
|
||||
console.log('YE YE');
|
||||
|
||||
dbot.api.users.resolveUser(server, user, function(err, user) {
|
||||
var warnings = [];
|
||||
|
Loading…
Reference in New Issue
Block a user