From 36febbb6625914d3bb0b65ca8a15d2d37e93b414 Mon Sep 17 00:00:00 2001 From: Spandan Date: Thu, 15 Dec 2016 01:12:12 +0530 Subject: [PATCH] Fix /pi (#3022) The space caused this: > You have clicked on a link to visit the following external site: > > http:// http://guangcongluo.com/mempi/ --- chat-commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat-commands.js b/chat-commands.js index 02fa5c6777..4f1b8a3df5 100644 --- a/chat-commands.js +++ b/chat-commands.js @@ -123,7 +123,7 @@ exports.commands = { 'Did you mean: 1. 3.1415926535897932384626... (Decimal)
' + '2. 3.184809493B91866... (Duodecimal)
' + '3. 3.243F6A8885A308D... (Hexadecimal)

' + - 'How many digits of pi do YOU know? Test it out here!'); + 'How many digits of pi do YOU know? Test it out here!'); }, '!avatar': true,