• scripts.js

  • ¶

    Define Script Dependencies

    key/value pairs for each script you want to load.

    name : filename (without .js extension)

    Scripts path is defined via robot.load(). See docs

    define({
        'ambush' : 'hackbot-ambush',
        'thankyou' : 'hackbot-thankyou',
        'log' : 'hackbot-log',
        'users' : 'hackbot-users',
        'help' : 'hackbot-help',
        'hackreactor' : 'hackbot-hackreactor',
        'hackreactorRocks' : 'hackbot-hackreactorrocks',
        'about' : 'hackbot-about',
        'hello' : 'hackbot-hello',
        'ping' : 'hackbot-ping'
    });