master
Raw Download raw file
1
2module.exports = function Config(){
3	this.AUTH   = 'TncopZQDGvJgTQdaykJBpjdD';
4	this.USERID = '50c4ad5faaa5cd1636f7621c';
5	this.ROOMID = '4e44196214169c0653204b26';
6	this.chat_on = true; // repl debugging mode if false
7	this.master_id = 'm_a';
8}