mirror of
https://git.phreedom.club/localhost_frssoft/mastodon-group-bot.git
synced 2024-11-18 00:23:01 +00:00
fix spam
This commit is contained in:
parent
d1439f87ac
commit
d3f2bcbdcd
6
bot.go
6
bot.go
@ -98,15 +98,9 @@ func run_bot(Conf Config, DB string) {
|
||||
c.AccountUnblock(ctx, mID)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
var message = fmt.Sprintf("@%s%s", notif.Account.Acct, ", you are not admin!")
|
||||
postToot(message, "direct")
|
||||
}
|
||||
}
|
||||
}
|
||||
} else {
|
||||
var message = fmt.Sprintf("@%s%s", notif.Account.Acct, ", you are not subscribed!")
|
||||
postToot(message, "direct")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user