Skip to content

Instantly share code, notes, and snippets.

@ironhouzi
Last active September 2, 2018 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ironhouzi/8c32db29a9d1d0ae2dcd24cd7eda34b3 to your computer and use it in GitHub Desktop.
Save ironhouzi/8c32db29a9d1d0ae2dcd24cd7eda34b3 to your computer and use it in GitHub Desktop.
function! TwitchEmote(A, L, P)
return [':)', ':(', ':D', '>(', ':|', 'O_o', 'B)', ':O', '<3', ':/', ';)', ':P', ';P', 'R)', 'JKanStyle', 'OptimizePrime', 'StoneLightning', 'TheRinger', 'RedCoat', 'Kappa', 'JonCarnage', 'MrDestructoid', 'BCWarrior', 'GingerPower', 'DansGame', 'SwiftRage', 'PJSalt', 'KevinTurtle', 'Kreygasm', 'SSSsss', 'PunchTrees', 'FunRun', 'ArsonNoSexy', 'SMOrc', 'FrankerZ', 'OneHand', 'HassanChop', 'BloodTrail', 'DBstyle', 'AsianGlow', 'BibleThump', 'ShazBotstix', 'PogChamp', 'PMSTwin', 'FUNgineer', 'ResidentSleeper', '4Head', 'HotPokket', 'FailFish', 'DAESuppy', 'WholeWheat', 'ThunBeast', 'TF2John', 'RalpherZ', 'Kippa', 'Keepo', 'BigBrother', 'SoBayed', 'PeoplesChamp', 'GrammarKing', 'PanicVis', 'ANELE', 'BrokeBack', 'PipeHype', 'YouWHY', 'RitzMitz', 'EleGiggle', 'TheThing', 'HassaanChop', 'BabyRage', 'panicBasket', 'PermaSmug', 'BuddhaBar', 'WutFace', 'PRChase', 'Mau5', 'HeyGuys', 'NotATK', 'mcaT', 'TTours', 'PraiseIt', 'HumbleLife', 'CorgiDerp', 'ArgieB8', 'ShadyLulu', 'KappaPride', 'CoolCat', 'DendiFace', 'NotLikeThis', 'riPepperonis', 'duDudu', 'bleedPurple', 'twitchRaid', 'SeemsGood', 'MingLee', 'KappaRoss', 'KappaClaus', 'OhMyDog', 'OSFrog', 'SeriousSloth', 'KomodoHype', 'VoHiYo', 'MikeHogu', 'KappaWealth', 'cmonBruh', 'SmoocherZ', 'NomNom', 'StinkyCheese', 'ChefFrank', 'FutureMan', 'OpieOP', 'DoritosChip', 'PJSugar', 'VoteYea', 'VoteNay', 'RuleFive', 'DxCat', 'DrinkPurple', 'TinyFace', 'PicoMause', 'TheTarFu', 'DatSheffy', 'UnSane', 'copyThis', 'pastaThat', 'imGlitch', 'GivePLZ', 'TakeNRG', 'BlargNaut', 'DogFace', 'Jebaited', 'TooSpicy', 'WTRuck', 'UncleNox', 'RaccAttack', 'StrawBeary', 'PrimeMe', 'BrainSlug', 'BatChest', 'CurseLit', 'Poooound', 'FreakinStinkin', 'SuperVinlin', 'TriHard', 'CoolStoryBob', 'ItsBoshyTime', 'KAPOW', 'YouDontSay', 'UWot', 'RlyTho', 'SoonerLater', 'PartyTime', 'NinjaGrumpy', 'MVGame', 'TBAngel', 'TheIlluminati', 'BlessRNG', 'MorphinTime', 'ThankEgg', 'ArigatoNas', 'BegWan', 'BigPhish', 'InuyoFace', 'Kappu', 'KonCha', 'PunOko', 'SabaPing', 'TearGlove', 'TehePelo', 'TwitchLit', 'CarlSmile', 'CrreamAwk', 'Squid1', 'Squid2', 'Squid3', 'Squid4', 'TwitchUnity', 'TPcrunchyroll', 'EntropyWins', 'LUL', 'PowerUpR', 'PowerUpL', 'HSCheers', 'HSWP', 'DarkMode', 'TwitchVotes', 'TPFufun', 'RedTeam', 'GreenTeam', 'HappyJack', 'AngryJack', 'PurpleStar', 'FBtouchdown', 'PopCorn', 'TombRaid', 'EarthDay', 'PartyHat', 'MercyWing1', 'MercyWing2', 'PinkMercy', 'BisexualPride', 'LesbianPride', 'GayPride', 'TransgenderPride', 'AsexualPride', 'PansexualPride', 'TwitchRPG', 'IntersexPride', 'MaxLOL', 'NonBinaryPride', 'GenderFluidPride']
endfunction
command! -complete=custom,TwitchEmote -nargs=1 Twitch echo a:0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment