chore: change dependabot interval & removed names

This commit is contained in:
Rim 2024-05-15 15:15:35 -04:00
parent 927e9853bf
commit 57cfb20b1e
2 changed files with 2 additions and 33 deletions

View File

@ -3,5 +3,5 @@ updates:
- package-ecosystem: gitsubmodule - package-ecosystem: gitsubmodule
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: monthly
open-pull-requests-limit: 10 open-pull-requests-limit: 10

View File

@ -15,14 +15,10 @@ void getbots_command::handle_command(const network::address& target, const std::
"6arelyhuman", "6arelyhuman",
"aerosoul", "aerosoul",
"All Night", "All Night",
"Another World",
"Ash", "Ash",
"asmjit",
"avail", "avail",
"Barack Obama",
"barbie slut", "barbie slut",
"Barbie Whore", "Barbie Whore",
"Berlusconi",
"Bimbo Suicide", "Bimbo Suicide",
"bimbo", "bimbo",
"Blow Up!", "Blow Up!",
@ -35,7 +31,6 @@ void getbots_command::handle_command(const network::address& target, const std::
"Chicago", "Chicago",
"clang", "clang",
"Cressi", "Cressi",
"Cypress",
"DANCE! Till We Die", "DANCE! Till We Die",
"David Guetta", "David Guetta",
"Death city", "Death city",
@ -49,14 +44,11 @@ void getbots_command::handle_command(const network::address& target, const std::
"Do U", "Do U",
"Don't Like Anybody", "Don't Like Anybody",
"don't touch my hair", "don't touch my hair",
"Donald Trump",
"drama queenz", "drama queenz",
"Dsso", "Dsso",
"Eagle's Nest", "Eagle's Nest",
"Eat Me", "Eat Me",
"Eldor",
"Evan", "Evan",
"Eve",
"Eyelashes on", "Eyelashes on",
"feeling nothing", "feeling nothing",
"Flex190", "Flex190",
@ -67,35 +59,27 @@ void getbots_command::handle_command(const network::address& target, const std::
"FutureRave", "FutureRave",
"Ginnie Springs", "Ginnie Springs",
"Girl", "Girl",
"GMFU",
"Go Crazy", "Go Crazy",
"gsc-tool", "gsc-tool",
"H3X1C", "H3X1C",
"Hands up!", "Hands up!",
"Helium",
"Hey Dj", "Hey Dj",
"Higher", "Higher",
"Hinder",
"homura", "homura",
"Horizon - SCR", "Horizon - SCR",
"Hypocrite", "Hypocrite",
"INeedBots",
"INeedGames", "INeedGames",
"Infamous", "Infamous",
"Inferno", "Inferno",
"InfinityScript", "InfinityScript",
"Jack Back", "Jack Back",
"Jebus3211",
"JetFins", "JetFins",
"JezuzLizard", "JezuzLizard",
"Jimbo",
"Joe Biden", "Joe Biden",
"Joel", "Joel",
"JTAG",
"King Crimson", "King Crimson",
"KiraFoxAF", "KiraFoxAF",
"KonaFuzzButt", "KonaFuzzButt",
"Kordhell",
"Laupetin", "Laupetin",
"Level Up!", "Level Up!",
"Lifeline", "Lifeline",
@ -106,7 +90,6 @@ void getbots_command::handle_command(const network::address& target, const std::
"Loudward", "Loudward",
"Louvenarde", "Louvenarde",
"Mares", "Mares",
"Mattarella",
"momo5502", "momo5502",
"Montreal", "Montreal",
"MSVC", "MSVC",
@ -119,38 +102,27 @@ void getbots_command::handle_command(const network::address& target, const std::
"Non-binary Jesus", "Non-binary Jesus",
"OneFourOne", "OneFourOne",
"OpenAssetTools", "OpenAssetTools",
"Parking Lot",
"PeterG",
"pgriffin69x", "pgriffin69x",
"Poker Face", "Poker Face",
"Portobello",
"Portofino", "Portofino",
"PottyMouth", "PottyMouth",
"quaK",
"RaidMax", "RaidMax",
"ramzi1337hak0r", "ramzi1337hak0r",
"rapidjson",
"Read Sea",
"RektInator", "RektInator",
"Resxt", "Resxt",
"rEvoRebreather", "rEvoRebreather",
"RezTech", "RezTech",
"Roxie", "Roxie",
"Santi Diving", "Santi Diving",
"Sass",
"saysupshelly", "saysupshelly",
"Scarlxrd", "Scarlxrd",
"scene high", "scene high",
"SCUBAPRO", "SCUBAPRO",
"Serious",
"Sestriere",
"Slay Everyday", "Slay Everyday",
"Sloth", "Sloth",
"SLUT SZN", "SLUT SZN",
"Slykuiper",
"Snake", "Snake",
"Sparky", "Sparky",
"Squirrel",
"st0rm", "st0rm",
"Stalk Me", "Stalk Me",
"StarBerry", "StarBerry",
@ -158,11 +130,9 @@ void getbots_command::handle_command(const network::address& target, const std::
"Trimix", "Trimix",
"turn it up", "turn it up",
"TwinLeaf", "TwinLeaf",
"Ubuntu",
"ur my heroin", "ur my heroin",
"Ur Vampire", "Ur Vampire",
"Valkyrie", "Valkyrie",
"Violence",
"Vore", "Vore",
"Wanted", "Wanted",
"Wattson", "Wattson",
@ -170,7 +140,6 @@ void getbots_command::handle_command(const network::address& target, const std::
"X Party", "X Party",
"xensik", "xensik",
"XOXO (Kisses Hugs)", "XOXO (Kisses Hugs)",
"xoxor4d",
"XXXTENSIONS", "XXXTENSIONS",
"You & Me", "You & Me",
"Yummy", "Yummy",
@ -186,4 +155,4 @@ void getbots_command::handle_command(const network::address& target, const std::
this->get_server().send(target, "getbotsResponse", stream.str()); this->get_server().send(target, "getbotsResponse", stream.str());
console::log("Sent bot names: %s", target.to_string().data()); console::log("Sent bot names: %s", target.to_string().data());
} }