Skip to content

Commit

Permalink
Added the !setrip command to rip.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
StereoRocker committed Nov 16, 2016
1 parent f05e038 commit fd854c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions TwitchBot/CommandScripts/rip.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
Expand Down

0 comments on commit fd854c7

Please sign in to comment.