markdown you evil text eater! [skip ci]

This commit is contained in:
James Lu 2014-11-27 22:13:22 -08:00
parent 7f68062bf1
commit 45bf4d0af3

View File

@ -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 `<something>: <text>` or `<something>, <text>` (where <something> can be used as the name of a bot). This is slightly harder to parse, so we have to check if a message matches `<something>: <text>` or `<something>, <text>` (where `<something>` can be used as the name of a bot).
OKAY OKAY, now our bot is really foolproof, right? OKAY OKAY, now our bot is really foolproof, right?