UNPKG

nobot

Version:

A simple bot for HipChat

13 lines (10 loc) 210 B
function Plugin(bot) { this.bot = bot; } Plugin.prototype.respond_to_msg = function(msg) { return false; } Plugin.prototype.response_text = function(recipient, msg) { return; } module.exports = Plugin;