mirror of
https://github.com/reality/dbot.git
synced 2025-01-11 12:32:36 +01:00
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