Skip to content

Commit

Permalink
maint(bots): add more names (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
diamante0018 authored Jan 22, 2024
1 parent 66a5138 commit c9a7705
Showing 1 changed file with 12 additions and 1 deletion.
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

0 comments on commit c9a7705

Please sign in to comment.