Guest User

Untitled

a guest
Mar 29th, 2016
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var rules = {
  2.     rule1a:{banDays: 1, description: "Rule 1a. Spam."},
  3.     rule1b:{banDays: 1, description: "Rule 1b. Continuing off topic posting after a moderator has asked you to stop."},
  4.     rule1c:{banDays: 1, description: "Rule 1c. Excessive complaining or criticism about the show currently broadcasting. (3+ instances)."},
  5.     rule2a:{banDays: 1, description: "Rule 2a. Commentary involving sexual themes, euphemisms, implied pairings (i.e. shipping/waifu/husbando)."},
  6.     rule2b:{banDays: 1, description: "Rule 2b. Excessively Graphic or Obscene commentary."},
  7.     rule2c:{banDays: 1, description: "Rule 2c. Political or Religious debate."},
  8.     rule2d:{banDays: 1, description: "Rule 2d. Discussion of the personal use of controlled substances."},
  9.     rule3a:{banDays: 1, description: "Rule 3a. Threatening, harassing, name-calling, or derogatory comments."},
  10.     rule3b:{banDays: 1, description: "Rule 3b. Flamebaiting, instigating or otherwise being argumentative."},
  11.     rule3c:{banDays: 1, description: "Rule 3c. Sharing Personal information including phone numbers, email addresses, images, or physical addresses."},
  12.     rule4a:{banDays: 1, description: "Rule 4a. Any comment, link, or other posting that could bring any legal liability to the site or anyone on it."},
  13.     rule5a:{banDays: 365, description: "Rule 5a. The use of an alternate username in order to evade a warning or ban. /logout and return to your regular nickname."},
  14.     rule5b:{banDays: 365, description: "Rule 5b. Offensive, obscene, or improper usernames. Do the command /logout to login with appropriate username."},
  15.     rule5c:{banDays: 365, description: "Rule 5c. Impersonation of any user, admin, or moderator. Do the command /logout to login with appropriate username."}
  16.    
  17. };
  18.  
  19. module.exports = rules;
Add Comment
Please, Sign In to add comment