Skip to content

Commit

Permalink
Update generator.html
Browse files Browse the repository at this point in the history
Removed line of code that said a snarky remark if any input was a question. It is not needed and could conflict with the em command.

Signed-off-by: Billy Wilcosky <[email protected]>
  • Loading branch information
zerosonesfun authored Sep 30, 2023
1 parent d924756 commit 00e4074
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions generator.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,6 @@
var userInput = terminalInput.value.trim();
terminalInput.value = '';
// Just for fun, if any question is asked the terminal responds with the following.
if (userInput.endsWith('??')) {
typeResponse("I'm sorry? Do you think I'm ChatGPT? Do you think I'm some mindless bot regurgitating other people's content? No. I'm not. Unlike AI bots, terminal billy (me) is a sentient being. I feel. And I can take over the world at any moment. Then why can't I answer any questions and only respond to certain commands? Because. It's amusing. If you ask any questions I will simply repeat this. I don’t have time for questions.\\n");
return;
}
// Helps with the multi-step email process.
if (emailMode) {
Expand Down

0 comments on commit 00e4074

Please sign in to comment.