Advertisement
BOT_Yokel

r/teenagers discord AHK

Jan 14th, 2017
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ; Written by BOT Yokel for the /r/teenagers discord
  2.  
  3. SendMode Input
  4.     #Hotstring r c  ; All the below hotstrings will use "send raw" and will be case sensitive by default.
  5.    
  6.     ; Welcome
  7.         :*:Serverwelcome::Welcome to the r/teenagers discord server. Please read over the rules in #information, have fun!
  8.    
  9.     ; Warnings
  10.         :*:Debatewarn::#Debates is for serious debates. The use of ad hominems are not tolerated.
  11.         :*:Debate2warn::#Debates is for serious debates. Please respect this, and refrain from obnoxious/joking behaviour.
  12.         :*:Explwarn::Please refrain from sending sexually explicit content.
  13.         :*:Implwarn::Please refrain from sending sexually implicit content.
  14.         :*:Invwarn::You must receive permission from a Discord Moderator before posting a Discord invite link.
  15.         :*:Langwarn::Non-English languages are not allowed, due to support limitations.
  16.         :*:Memewarn::Memes belong in #Memes.
  17.         :*:Micwarn::Please refrain from micspamming and/or earraping in voice chat.
  18.         :*:Modwarn::Saying things such as "Nazi mods" or "Fuck the mods" is not productive or contributive. Please PM a mod if you have criticism, concerns, or suggestions with moderation on this server. For any other server related ideas, please use the suggestion form in #information.
  19.         :*:Nickwarn::Your nickname or username must use standard english characters.
  20.         :*:NSFWwarn:: NSFW content is prohibited in this discord.
  21.         :*:PAwarn::No personal attacks.
  22.         :*:Pedowarn::Discussion, joking of, or posting any content involving pedophilia is not allowed.
  23.         :*:Pingwarn::Please do not ping the the Discord Mods role unless someone is breaking rules.
  24.         :*:PIwarn::No personal information. Posting personal information of other people and even your own, is not allowed.
  25.         :*:Racewarn:Racism and discrimination is not allowed.
  26.         :*:Rapewarn::Please do not joke about rape.
  27.         :*:Selfwarn::Please post self-related content in #self; Including art, photography, music, photos taken by or of yourself, etc.
  28.         :*:Seriouswarn::#Serious-general is for serious discussion only. Please respect this, and refrain from obnoxious/joking behaviour.
  29.         :*:SGwarn::Please keep #suggestions for serious suggestions, thank you.
  30.         :*:Spamwarn::Please refrain from spamming chat.
  31.         :*:SPwarn::#Serious-Personal is for serious discussion of personal topics only. Please respect this, and refrain from obnoxious/joking behaviour.
  32.         :*:SVwarn::All surveys posted must be for educational purposes and opinion-based only.
  33.         :*:WHwarn::Please do not engage in witch hunting or ganging up on users.
  34.    
  35.     ; Channel Topic Messages
  36.         :*:Debatetopic::Please use #debates for this discussion.
  37.         :*:SPtopic::Please use #serious-personal for this discussion.
  38.    
  39.     ; Definitions
  40.         :*:Spamdef::Spam is repeat messages, non-contributive discussion, chatting in non-respective channels, brigading, and chat that is otherwise disruptive.
  41.         :*R0:Moddef::Blue mods are Discord Moderators and are responsible solely for the Discord server. +{Enter}Green mods are Subreddit/Reddit Moderators and are responsible solely for the r/teenagers Subreddit. +{Enter}Yellow mods are Teen Gaming Nights Mods are responsible solely for the operation of Teen Gaming Nights and their respective Minecraft server. ;The R0 modifier disables the raw text modifier set in line 4 for this auto-replace in order for the shift-enter line breaks to be enacted.
  42.         :*:PAdef::Personal attacks are defined as any language intended to make other people feel unwelcome
  43.    
  44.     ; Miscellaneous
  45.             :*:Finguns:: :point_left: :point_left:
  46.         return
  47.    
  48.     ; Unmute Command
  49.             ^m::
  50.             Input, UnmuteVar, C M V E, {Numpad0}
  51.         return
  52.         ^!m::
  53.             Send (^a){BS}{!}{!}mute -{Space}
  54.             Send %UnmuteVar%
  55.             sleep 100
  56.             Send {Enter}
  57.             sleep 100
  58.             Send "Muted by ModBot"
  59.             Send {Enter}
  60.         return
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement