Skip to content

Commit 8ace3e1

Browse files
committed
exclude more motds
1 parent 118615c commit 8ace3e1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/processing/minecraft.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,10 @@ fn clean_response_data(
281281
.unwrap_or_default();
282282

283283
if description.contains("Craftserve.pl - wydajny hosting Minecraft!")
284+
|| description.contains("Pay for the server on https://craftserve.com to be able to log in.")
285+
|| description.contains("Craftserve: Error finding route. Please contact support.")
286+
// commented out because all the servers that this shows up on are actually real
287+
// || description.contains("Craftserve - AntyBot! Verify yourself on https://csrv.gg (open the website)")
284288
|| description.contains("Ochrona DDoS: Przekroczono limit polaczen.")
285289
|| description.contains("¨ | ")
286290
|| description.contains("Start the server at FalixNodes.net/start")

0 commit comments

Comments
 (0)