From fcc5ecfdd730ac3aa3b9e90dda6a3fe615f406b1 Mon Sep 17 00:00:00 2001 From: shoopea Date: Sat, 4 May 2019 00:11:26 +0800 Subject: [PATCH] test --- main.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/main.go b/main.go index 75156a9..c1ae58b 100644 --- a/main.go +++ b/main.go @@ -106,7 +106,8 @@ func main() { if *history { fmt.Printf("Retrieving chat.\n") - go getHistory(client) + getHistory(client) + return 0 } fmt.Println("Started !")