mirror of
https://github.com/reality/dbot.git
synced 2025-01-11 20:42:37 +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,
|
var server = req.params.server,
|
||||||
channel = req.params.channel,
|
channel = req.params.channel,
|
||||||
notifies = [];
|
notifies = [];
|
||||||
|
Loading…
Reference in New Issue
Block a user