From 0f9a1b4ce02cc9b27d51639a3074bda80e3b4808 Mon Sep 17 00:00:00 2001 From: Chris Angelico Date: Tue, 7 Jan 2025 11:30:41 +1100 Subject: [PATCH] hypetrain: Switch these ones back too --- modules/http/hypetrain.pike | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/http/hypetrain.pike b/modules/http/hypetrain.pike index 868a04fa..5aa343e6 100644 --- a/modules/http/hypetrain.pike +++ b/modules/http/hypetrain.pike @@ -108,11 +108,11 @@ void probe_hype_train(int channel) { get_user_info(channel)->then() {send_updates_all(__ARGS__[0]->login);}; } -constant emotes = #"HypeCute HypeYummy HypeKEKW HypeNoods HypeOho -HypeHi HypeChill HypeMyHeart HypeWarm HypeFist -HypeCries HypeGGEyes HypeAwh HypeElf HypeDelight -HypeNotLikeSnow HypePls HypeMelt HypeCocoa HypeConfetti -HypeSanta HypePeek HypeOhDeer HypeUwu HypeLick"; +constant emotes = #"FrogPonder ChillGirl ButtonMash BatterUp GoodOne MegaConsume +AGiftForYou KittyHype DangerDance PersonalBest HenloThere GimmeDat +MegaMlep RawkOut FallDamage RedCard ApplauseBreak TouchOfSalt +KittyLove TurnUp CatScare LateSave NoTheyDidNot BeholdThis +RaccoonPop GoblinJam YouMissed GriddyGoose CheersToThat StirThePot"; string avail_emotes = ""; __async__ mapping(string:mixed) http_request(Protocols.HTTP.Server.Request req)