This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="Foo-view" | |
data-layout="default" | |
data-role="view" | |
data-title="Foo" | |
data-init="DataInit" | |
data-before-show="DataBeforeShow" | |
data-show="DataShow" | |
data-model="app.Foo.viewModel"> | |
<div class="pageLeft"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Bot = require('./node_modules/ttapi/index'); | |
var AUTH = 'auth+live+6638dc1ee98f4db24420737b6313e1db6b5e25fb'; | |
var USERID = '5019fc9eeb35c1383e000082'; | |
// require("./global.js"); | |
// Set the room for the bot to enter | |
// var ROOMID = '4fbd96cd2e38176ea601fdc7'; // Code Ninjas | |
var ROOMID = '4fbc678edf5bcf502e046081'; // Evil Inc | |
// var ROOMID = '4ded3b7e99968e1d29000047'; // Coding Soundtrack |