Escape a string before it's sent to a bot
Escape a string before it's sent to a botBots depend on rigidly defined return codes. However, since return codes consist of easily used ASCII characters, it's necessary to escape arbitrary user-provided strings. Any character sequences that look like new-line digit digit digit space are escaped. You can use bot_unescape() to reverse this.