From 45bf4d0af35f933d0dc198748f9787af764660b5 Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 27 Nov 2014 22:13:22 -0800 Subject: [PATCH] markdown you evil text eater! [skip ci] --- NoTrigger/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NoTrigger/README.md b/NoTrigger/README.md index f487d74..a7e3331 100644 --- a/NoTrigger/README.md +++ b/NoTrigger/README.md @@ -41,7 +41,7 @@ Some bots will also respond to their nick! ... ``` -This is slightly harder to parse, so we have to check if a message matches `: ` or `, ` (where can be used as the name of a bot). +This is slightly harder to parse, so we have to check if a message matches `: ` or `, ` (where `` can be used as the name of a bot). OKAY OKAY, now our bot is really foolproof, right?