Advertisement
Guest User

Bot config

a guest
Nov 1st, 2014
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. exports.server = '78.241.59.156';
  3. exports.port = 8000;
  4. exports.serverid = 'redshift';
  5. exports.nick = 'RedShift Bot';
  6. exports.pass = 'BullShit2';
  7. exports.rooms = ['Lobby', 'Tournaments', 'Help', 'Music'];
  8. exports.privaterooms = [];
  9. exports.commandcharacter = '.';
  10. exports.defaultrank = '@';
  11. exports.watchconfig = false ;
  12. exports.secprotocols = [];
  13. exports.debuglevel = 3;
  14. exports.excepts = ['Master Float'];
  15. exports.whitelist = ['ReadShift Bot'];
  16. exports.botguide = '';
  17. exports.allowmute = true;
  18. exports.punishvals = {
  19. 1: 'warn',
  20. 2: 'mute',
  21. 3: 'hourmute'
  22. };
  23.  
  24.  
  25. I took out the comments, which blocked a bit the view on the essential.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement