• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Solved Bot spams console when using chat?

Status
Not open for further replies.

kanalumaddela

Insider
Insider
Operating System: Debian 8
SinusBot Version: 0.9.15-b20cc30
TS3 Version: 3.0.19.4

Problem Description
So I want to get back into scripting on the new engine and I've been reading the documentation and wanted to try to basic chat example script that tells the user what they had typed.

Script
Code:
registerPlugin({
     name: 'New Engine Example - Chat Message'
     version: '1.0',
     description: 'tells the user what they typed',
     author: 'kanalumaddela ([email protected])'
}, function(sinusbot, config) {
    var event = require('event');
    event.on('chat', function(ev) {
        ev.client.chat('Hi, ' + ev.client.name() + ', you just wrote: ' + ev.text);
    });
});
Simple script, right? on teamspeak when running the script it does its job, but in the console it's a different story. For some reason the bot seems to attempt sending multiple chat messages of the same string, but increases it each time. (e.g. 1st time original string, 2nd time same string twice, etc.). After 32 times of "sending" the private message. Then it gets the point where the message is too large. The thing is that none of those extra messages send.

LogLevel 10
Code:
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 INFO   PRIVATE-CHAT [Test bot] Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, Test bot, you just wrote: Hi, kanalu, you just wrote: test message
2016/12/23 00:11:10 49ebbb0c 585ed9f6 DEBUG  TS/ERR 1541 e'invalid parameter size' x'' r'PR:{6f062bef-0b02-4979-b792-ccd8a78d4a93}:59/PMSG'
2016/12/23 00:11:10 49ebbb0c 585ed9f6 WARN   Sending private message failed
2016/12/23 00:11:10 49ebbb0c 585ed9f6 WARN   invalid parameter size

I mean there isn't a problem on the front end, but in console that gets extremely spammy for no reason making it harder to go back and look for something important.

EDIT: I see the problem now. The bot sends a message to me, then a message to itself saying what it said and that goes into a loop until the message being sent to itself is too long.

Would a simple fix/solution be to check who said the message and whether or not it was the bot who said it?
 
Status
Not open for further replies.
Top