Skip to content

Commit 7d6668f

Browse files
committed
Added Raid call
1 parent 763abf0 commit 7d6668f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Fritz.Chatbot/Commands/TextCommand.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ public class TextCommand : IExtendedCommand
2525
{ "github", "Checkout Jeff's GitHub at: https://github.com/csharpfritz" },
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" },
28-
{ "lurk", "is stepping away from keyboard and lurking" }
28+
{ "lurk", "is stepping away from keyboard and lurking" },
29+
{ "raid", @"Prepare to RAID! Copy this text to use when we reach our raid target: ----------------------------------------------- csharpRaid csharpRaid csharpRaid CsharpFritz's Coding Squad is Here! All your base are belong to us! csharpRaid csharpRaid csharpRaid" +
30+
"----------------------------------------------- twitchRaid twitchRaid twitchRaid CsharpFritz's Coding Squad is Here! All your base are belong to us! twitchRaid twitchRaid twitchRaid " }
2931
};
3032

3133
public bool CanExecute(string userName, string fullCommandText)

0 commit comments

Comments
 (0)