From 57cfb20b1ee35394d04fda3b63f23f067ecb6886 Mon Sep 17 00:00:00 2001 From: Rim Date: Wed, 15 May 2024 15:15:35 -0400 Subject: [PATCH] chore: change dependabot interval & removed names --- .github/dependabot.yml | 2 +- src/services/getbots_command.cpp | 33 +------------------------------- 2 files changed, 2 insertions(+), 33 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4fcd556..97b2020 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,5 +3,5 @@ updates: - package-ecosystem: gitsubmodule directory: "/" schedule: - interval: daily + interval: monthly open-pull-requests-limit: 10 diff --git a/src/services/getbots_command.cpp b/src/services/getbots_command.cpp index e4b5225..d7667ad 100644 --- a/src/services/getbots_command.cpp +++ b/src/services/getbots_command.cpp @@ -15,14 +15,10 @@ void getbots_command::handle_command(const network::address& target, const std:: "6arelyhuman", "aerosoul", "All Night", - "Another World", "Ash", - "asmjit", "avail", - "Barack Obama", "barbie slut", "Barbie Whore", - "Berlusconi", "Bimbo Suicide", "bimbo", "Blow Up!", @@ -35,7 +31,6 @@ void getbots_command::handle_command(const network::address& target, const std:: "Chicago", "clang", "Cressi", - "Cypress", "DANCE! Till We Die", "David Guetta", "Death city", @@ -49,14 +44,11 @@ void getbots_command::handle_command(const network::address& target, const std:: "Do U", "Don't Like Anybody", "don't touch my hair", - "Donald Trump", "drama queenz", "Dsso", "Eagle's Nest", "Eat Me", - "Eldor", "Evan", - "Eve", "Eyelashes on", "feeling nothing", "Flex190", @@ -67,35 +59,27 @@ void getbots_command::handle_command(const network::address& target, const std:: "FutureRave", "Ginnie Springs", "Girl", - "GMFU", "Go Crazy", "gsc-tool", "H3X1C", "Hands up!", - "Helium", "Hey Dj", "Higher", - "Hinder", "homura", "Horizon - SCR", "Hypocrite", - "INeedBots", "INeedGames", "Infamous", "Inferno", "InfinityScript", "Jack Back", - "Jebus3211", "JetFins", "JezuzLizard", - "Jimbo", "Joe Biden", "Joel", - "JTAG", "King Crimson", "KiraFoxAF", "KonaFuzzButt", - "Kordhell", "Laupetin", "Level Up!", "Lifeline", @@ -106,7 +90,6 @@ void getbots_command::handle_command(const network::address& target, const std:: "Loudward", "Louvenarde", "Mares", - "Mattarella", "momo5502", "Montreal", "MSVC", @@ -119,38 +102,27 @@ void getbots_command::handle_command(const network::address& target, const std:: "Non-binary Jesus", "OneFourOne", "OpenAssetTools", - "Parking Lot", - "PeterG", "pgriffin69x", "Poker Face", - "Portobello", "Portofino", "PottyMouth", - "quaK", "RaidMax", "ramzi1337hak0r", - "rapidjson", - "Read Sea", "RektInator", "Resxt", "rEvoRebreather", "RezTech", "Roxie", "Santi Diving", - "Sass", "saysupshelly", "Scarlxrd", "scene high", "SCUBAPRO", - "Serious", - "Sestriere", "Slay Everyday", "Sloth", "SLUT SZN", - "Slykuiper", "Snake", "Sparky", - "Squirrel", "st0rm", "Stalk Me", "StarBerry", @@ -158,11 +130,9 @@ void getbots_command::handle_command(const network::address& target, const std:: "Trimix", "turn it up", "TwinLeaf", - "Ubuntu", "ur my heroin", "Ur Vampire", "Valkyrie", - "Violence", "Vore", "Wanted", "Wattson", @@ -170,7 +140,6 @@ void getbots_command::handle_command(const network::address& target, const std:: "X Party", "xensik", "XOXO (Kisses Hugs)", - "xoxor4d", "XXXTENSIONS", "You & Me", "Yummy", @@ -186,4 +155,4 @@ void getbots_command::handle_command(const network::address& target, const std:: this->get_server().send(target, "getbotsResponse", stream.str()); console::log("Sent bot names: %s", target.to_string().data()); -} +} \ No newline at end of file