Skip to content

Crawler Type Bot? I see bots that can access the directory of rooms and randomly join one or another. #148

@p0sixninja

Description

@p0sixninja

Iv been reviewing, as google has been my best friend along with the node.js handbook lately ;)..
But this one, i cannot grasp...

on('roomChanged', function (data) { })

But how do i actually make the bot change rooms, and look through the active room directory...


Also...... Could you tell me why i can't call a IF statement inside of another IF statement? or any other way i could do this?

if (ccb == "enabled")
    {
    cconsole.log("#green[Console Color Setting Is Enabled] " + '#red[*(Beta)*]' + "#green[ Can Cause Unwanted Results]");
    if (alarmmessage == "true") {
    cconsole.log("#pink[This message will display ]" + alarmmessage + " #pink[more times]");
    } else {
    }



    } else {
    console.log("Console Color Setting Is Disabled");




    }

THANK YOU SO MUCH AGAIN Alain!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions