Chris Bellew

Results 55 comments of Chris Bellew

Yeah, the "evaluate" console log is happening inside the virtual browser. It needs to be passed out into the api itself. You can do this in two different ways -...

Hmm try changing your .js file to do require('./cmbot'); instead?

The cmbot folder should have the contents that you see on the main github page (ie, README.md, package.json, lib, and example_modules, etc. Also, your .js file has var cmbot =...

Ok first you had '\cmbot' and now '.cmbot' but it's supposed to be '.\cmbot' dot backslash cmbot require('.\cmbot');

How is your cmbot folder structured? Can you send a screenshot of its contents?

You don't put your bot.js in the same directory as dubtrackapi - make a new folder, and put bot.js in it, and also put the dubtrackapi directory in there as...

So would it only spew a quote has been defined by that person? ie, whenever I do /quote it will only spew quotes that I myself have added using /addquote,...

Need some more input on this. Thinking of adding a /listquotes or /searchquotes command, as well as a /deletequote command. When you list or search quotes it will show a...

Not really abandoned, there just hasn't been anything to do on it lately :) I sure didn't change anything about how the bot receives chats - Plug must have changed...

Don't think so, I just checked and my bot is tweeting plays just fine.