diff --git a/main.go b/main.go index 3c22a02..036100a 100644 --- a/main.go +++ b/main.go @@ -111,6 +111,8 @@ func main() { ownUserID32 = OwnUserID(client) ownUserID64 = int64(OwnUserID(client)) + log.Println("Plop ..") + if *history { log.Println("Getting history ..") getHistory(client)