Changed message
All checks were successful
Build Ragnar anti spam bot / Build (push) Successful in 58s

This commit is contained in:
retoor 2024-11-27 17:17:28 +01:00
parent 067bc28720
commit 23efe6b7b9

View File

@ -22,7 +22,7 @@ class Bot:
"no-spam4": "vira", "no-spam4": "vira",
} }
self.name = names.get(self.name, "everyone") self.name = names.get(self.name, "everyone")
self.mark_text = "You rant is flagged as spam by {}. Read bot source code to find out how to prevent this. Have a nice day! (Bot does not downvote yet, couldn't figure out what the downvote value should be. Upvote these bots btw so they can post a link. They're quite effective, they'll end spam.)".format( self.mark_text = "I am {} and downvoted you because you are spam. Your message will be removed from this community site due too much downvotes. See my profile for more information. Read my source code mentioned on my profile to see what you did wrong. Should be no problem for a developer. Have a nice day!".format(
self.name self.name
) )
self.auth = None self.auth = None