This is a list which features an order of bots, that will reply to @pajbot, following this order /announce {the next letter in alphabet} It starts with pajbot, which will say /announce a, you need to continue the line
You can ask @TreuKS on Twitch
exports.names = ['newfag', 'newfeg']; | |
exports.hidden = false; | |
exports.enabled = true; | |
exports.matchStart = true; | |
exports.cd_all = 15; | |
exports.cd_user = 30; | |
exports.cd_manager = 5; | |
exports.handler = function (data) { | |
var params = _.rest(data.message.split(' '), 1); | |
assist = function(message, advice) { | |
var params = _.rest(message.split(' '), 1); | |
if (params.length >= 1) { | |
get_user_by_param(params, function(err, user, db_user) { | |
if (user) { | |
chatMessage('/me @' + user.username + ' ' + advice ); | |
} else { | |
chatMessage('/me ' + advice); | |
} |
This is a list which features an order of bots, that will reply to @pajbot, following this order /announce {the next letter in alphabet} It starts with pajbot, which will say /announce a, you need to continue the line
You can ask @TreuKS on Twitch