UNPKG

transit-im

Version:

express-like framework for AIM bots creation (ICQ as well)

16 lines (14 loc) 307 B
// Generated by CoffeeScript 1.6.3 (function() { module.exports = function() { return function(req, res, next) { req.attr("handler", function() {}); if (req.data) { res.sendBack(req.data); } else { res.done(); } return next(); }; }; }).call(this);