Skip to content

Commit abce1b2

Browse files
committed
Fixed raid command, added defend
1 parent 2627b00 commit abce1b2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Fritz.Chatbot/Commands/TextCommand.cs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ public class TextCommand : IExtendedCommand
2626
{ "keyboard", "Jeff uses a Vortex Race 3 with Cherry MX Blue switches, details on his blog at: https://jeffreyfritz.com/2018/07/mechanical-keyboards-i-just-got-one-and-why-you-need-one-too/" },
2727
{ "blog", "Jeff's blog is at: https://jeffreyfritz.com" },
2828
{ "lurk", "is stepping away from keyboard and lurking" },
29-
{ "raid", @"Prepare to RAID! Copy this text to use when we reach our raid target: ------------ Subscribers copy -------------\n\ncsharpRaid csharpRaid csharpRaid CsharpFritz's Coding Squad is Here! All your base are belong to us! csharpRaid csharpRaid csharpRaid\n" +
30-
" ------------ Non-Subscribers copy -------------\n\n twitchRaid twitchRaid twitchRaid CsharpFritz's Coding Squad is Here! All your base are belong to us! twitchRaid twitchRaid twitchRaid " }
29+
{ "defend", "csharpNo csharpGritty We shall defend the channel! csharpNo csharpGritty" },
30+
{ "raid", @"Prepare to RAID! Copy this text to use when we reach our raid target: ------------ Subscribers copy ------------- csharpRaid csharpRaid csharpRaid CsharpFritz's Coding Squad is Here! All your base are belong to us! csharpRaid csharpRaid csharpRaid " +
31+
" ------------ Non-Subscribers copy ------------- twitchRaid twitchRaid twitchRaid CsharpFritz's Coding Squad is Here! All your base are belong to us! twitchRaid twitchRaid twitchRaid " }
3132
};
3233

3334
internal static bool IsCommand(string commandText)

0 commit comments

Comments
 (0)