This commit is contained in:
parent
9ea75329b3
commit
b73c7565ce
@ -142,6 +142,8 @@ class Bot:
|
|||||||
elif self.is_comments_sus(rant["id"]):
|
elif self.is_comments_sus(rant["id"]):
|
||||||
|
|
||||||
log.info("Comments of rant are sus + user sus. Will flag as spam.")
|
log.info("Comments of rant are sus + user sus. Will flag as spam.")
|
||||||
|
elif rant["user_username"] in self.sus_users:
|
||||||
|
pass
|
||||||
elif not self.is_sus_rant(rant["id"], rant["text"]):
|
elif not self.is_sus_rant(rant["id"], rant["text"]):
|
||||||
log.info(
|
log.info(
|
||||||
"{}: Rant by {} is not sus.".format(
|
"{}: Rant by {} is not sus.".format(
|
||||||
|
Loading…
Reference in New Issue
Block a user