From fd854c76d3259c91ec74b2ac12cec9464c796845 Mon Sep 17 00:00:00 2001 From: Dominic Houghton Date: Wed, 16 Nov 2016 00:00:47 +0000 Subject: [PATCH] Added the !setrip command to rip.txt --- TwitchBot/CommandScripts/rip.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/TwitchBot/CommandScripts/rip.txt b/TwitchBot/CommandScripts/rip.txt index f779915..f45306d 100644 --- a/TwitchBot/CommandScripts/rip.txt +++ b/TwitchBot/CommandScripts/rip.txt @@ -121,6 +121,7 @@ public class CommandClass : Command CommandAPI.AddChatHandler("addrip", "Adds 1 to the RIP counter", AddRipHandler, true); CommandAPI.AddChatHandler("subrip", "Removes 1 from the RIP counter", SubRipHandler, true); CommandAPI.AddChatHandler("resetrip", "Resets the RIP counter", ResetRipHandler, true); + CommandAPI.AddChatHandler("setrip", "Sets the RIP counter", SetRipHandler, true); // Register the console command handler(s) }