Advertisement
Guest User

Untitled

a guest
Mar 21st, 2019
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. // AjaxBanButtons
  2. window.ajaxBanButtons = [
  3.     {
  4.         reason: 'Sockpuppet',
  5.         expiry: 'infinite',
  6.         label: 'Sockpuppet',
  7.     },
  8.     {
  9.         reason: 'Spamming',
  10.         expiry: '2 weeks',
  11.         label: 'Spamming'
  12.     },
  13.     {
  14.         reason: 'Misbehaving',
  15.         expiry: '3 days',
  16.         label: 'Misbehave'
  17.     },
  18.     {
  19.         reason: 'Ignoring moderators',
  20.         expiry: '1 week',
  21.         label: 'Ignoring moderators'
  22.  
  23.     },    
  24.     {
  25.         reason: 'Drama',
  26.         expiry: '1 week',
  27.         label: 'Drama'
  28.  
  29.     },
  30.     {
  31.         reason: 'Excessive rule violations',
  32.         expiry: '9 months',
  33.         label: 'Excessive violations'
  34.     },
  35.     {
  36.         reason: 'Repeated rule violations with no signs of improvement.',
  37.         expiry: '1 year',
  38.         label: 'Persist'
  39.     }
  40. ];
  41.  
  42. // ChatBlockButton
  43. chatBlockReason = "Sockpuppet";
  44. chatBlockExpiry = "infinite";
  45.  
  46. // FasterBanModule
  47. fasterBanReason = "Sockpuppet";
  48.  
  49. // Imports
  50. importArticles({
  51.     type: 'script',
  52.      articles: [
  53.         'u:dev:!pm.js',
  54.         'u:dev:CapsFirst/code.js',
  55.         'u:dev:ChatBlockButton/code.3.js',
  56.         'u:dev:ChatOptions/code.js',
  57.         'u:dev:FasterBanModule/code.js',
  58.         'u:dev:LightBlock/code.js',
  59.         'u:dev:MessageBlocker/code.js',
  60.         'u:messenger-depection:Multiban/code.js',
  61.         'u:thekorrafanatic:AjaxBanButtons.js',
  62.     ]
  63. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement