All of the tutorial videos i found just show people copying 1100 lines of code into a window and hitting save, useless.  why does this do absolutely nothing when i type !rt in chat?  on("chat:message", function(msg) {    log("I an alive");    if(msg.type == "api" && msg.content.indexOf("!rt ") !== -1) {       log ("I am super alive");    } });