master
Raw Download raw file
1
2module.exports = function Config(){
3	this.AUTH   = 'xxxxxxxxxxxxxxxxxxxxxxxx';  // authentication string
4	this.USERID = 'xxxxxxxxxxxxxxxxxxxxxxxx';  // userid of bot
5	this.ROOMID = 'xxxxxxxxxxxxxxxxxxxxxxxx';  // initial room 
6	this.chat_on = true;  			   // repl debugging mode if false
7	this.master_id = 'username';		   // master's username string
8}