From bd55bd82bf5b0a6119dc8abae2474f2e087c9b3c Mon Sep 17 00:00:00 2001
From: Husni MubaroK <hsunimubarok757@gmail.com>
Date: Tue, 15 Sep 2015 14:18:24 +0700
Subject: [PATCH] Reply First closed #2

---
 index.js | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/index.js b/index.js
index 8367e2e..c43ef14 100644
--- a/index.js
+++ b/index.js
@@ -45,6 +45,8 @@ bot.on('text', function (msg) {
 	
 	chat_ids[from] = msg.chat.id;
 	
+	bot.sendMessage( msg.chat.id,'Pesan anda telah diterima: ' + msg.text);
+	
 	var request_opts = {
 		url: config.globals.aaa,
 		qs: {
-- 
1.9.0