Skip to content

Commit

Permalink
hypetrain: Switch these ones back too
Browse files Browse the repository at this point in the history
  • Loading branch information
Rosuav committed Jan 7, 2025
1 parent 026873c commit 0f9a1b4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions modules/http/hypetrain.pike
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0f9a1b4

Please sign in to comment.