Plays the GG button every time someone types "gg" in chat. If you're feeling really daring, try turning on Twitch chat (I actually don't know what will happen. Will it play the sound?) I used the Taunt Mod as my starting point and then made a couple changes to get it to do what I want. You should still be able to run both mods at the same time. I consider this a very serious bug fix, since Uber has failed to provide us with this critically important functionality.
Is now a good time to point out that it also has handlers for /^\+sing$/ and /^\s+op[\,\.\!]*$/ as well?
Hey somone used my mod, awesome . But if I'm correct you use the settings from TauntMod(which uses SettingsManager) but you didn't add SettingsManager to the required mod, so shouldn't that give an error when you do not have SettingsManager installed? And if you wanted to add taunts to tauntMod you could've just done something like: Code: taunts["gg"] = new Taunt("gg", "gg", "coui://URL"); taunts["gg"].load(); But that's of course your choice.
I should fix the settings manager thing. I ripped your mod apart and put it back together because there were some things you had in there that I didn't want. Besides, this whole mod as basically just a joke.
Updated to v1.0.1 Now only allows one taunt at a time. It's less funny to me now, but less annoying I guess.
Really? People seemed unhappy about the noise spam. I'll leave version 1.0 here for you to use instead, but you will have to ignore the "update" in PAMM. Do you know how to install mods manually?
Heh... I made that update and forgot to require Settings Manager like @SideSplitter said, so... Updated to v1.0.2
How was the code broken, and how easy would it be for someone to fix? It just has to read chat, and queue sound, right?