Be a bit more verbose regarding actions

Signed-off-by: Shin'ya Minazuki <shinyoukai@laidback.moe>
This commit is contained in:
2026-01-21 22:25:28 -03:00
parent 3d3c5d2ece
commit 7ad983fe7a
4 changed files with 25 additions and 5 deletions

View File

@@ -41,5 +41,8 @@ func observe(cli *client.Client, nick, url string) error {
if err != nil {
return err
}
log.Infof("Followed sucessfully: %s [%s]\n", nick, url)
return nil
}