Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

maint(bots): add more names #59

Merged
merged 1 commit into from
Jan 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion src/services/getbots_command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,18 @@ const char* getbots_command::get_command() const

void getbots_command::handle_command(const network::address& target, const std::string_view&)
{
static const std::vector<std::string> bot_names
static const std::array bot_names
{
"aerosoul",
"Ash",
"asmjit",
"avail",
"Barack Obama",
"Berlusconi",
"Boston",
"Bubbles",
"Caliber",
"CAPTAINJERKFACE",
"Catalyst",
"Cenote",
"Chicago",
Expand All @@ -30,12 +33,15 @@ void getbots_command::handle_command(const network::address& target, const std::
"Devil's Spring",
"Diamante",
"Diavolo",
"DKo5",
"Donald Trump",
"Dsso",
"Eagle's Nest",
"Eldor",
"Evan",
"Eve",
"Flex190",
"FOURZEROTWO",
"FragsAreUs",
"FryTechTip",
"Furry",
Expand Down Expand Up @@ -63,6 +69,7 @@ void getbots_command::handle_command(const network::address& target, const std::
"King Crimson",
"KiraFoxAF",
"Lifeline",
"Joe Biden",
"Joel",
"JTAG",
"Laupetin",
Expand All @@ -72,6 +79,7 @@ void getbots_command::handle_command(const network::address& target, const std::
"Loudward",
"Louvenarde",
"Mares",
"Mattarella",
"momo5502",
"Montreal",
"MSVC",
Expand All @@ -83,11 +91,13 @@ void getbots_command::handle_command(const network::address& target, const std::
"OneFourOne",
"OpenAssetTools",
"PeterG",
"pgriffin69x",
"Portobello",
"Portofino",
"PottyMouth",
"quaK",
"RaidMax",
"ramzi1337hak0r",
"rapidjson",
"Read Sea",
"RektInator",
Expand All @@ -113,6 +123,7 @@ void getbots_command::handle_command(const network::address& target, const std::
"TwinLeaf",
"Ubuntu",
"Valkyrie",
"Vore",
"Wattson",
"Wanted",
"Wereric",
Expand Down