forked from GitHub/dbot
req params channel
This commit is contained in:
parent
299aafea87
commit
9aec9f4df4
@ -18,7 +18,7 @@ var pages = function(dbot) {
|
||||
});
|
||||
},
|
||||
|
||||
'/notify/:server/:user': function(req, res) {
|
||||
'/notify/:server/:channel': function(req, res) {
|
||||
var server = req.params.server,
|
||||
channel = req.params.channel,
|
||||
notifies = [];
|
||||
|
Loading…
Reference in New Issue
Block a user