This commit is contained in:
shoopea 2019-05-04 00:11:26 +08:00
parent 56f36d0503
commit fcc5ecfdd7

View File

@ -106,7 +106,8 @@ func main() {
if *history { if *history {
fmt.Printf("Retrieving chat.\n") fmt.Printf("Retrieving chat.\n")
go getHistory(client) getHistory(client)
return 0
} }
fmt.Println("Started !") fmt.Println("Started !")