/** * Module Name: Ignore * Description: Handles commands in which users can choose to ignore listeners * and commands from certain modules. It also populates the JSBot instance with * this information, since that actually performs the ignorance. */ var ignore = function(dbot) { var commands = { '~ignore': function(event) { var ignorableModules = []; for(var i=0;i