diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index db7707a..8407d97 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -13,6 +13,9 @@ concurrency: group: ${{ github.ref }} cancel-in-progress: true +env: + PREMAKE_VERSION: "5.0.0-beta2" + jobs: build-win: name: Build Windows @@ -43,7 +46,7 @@ jobs: - name: Install Premake5 uses: abel0b/setup-premake@v2.3 with: - version: "5.0.0-beta2" + version: ${{ env.PREMAKE_VERSION }} - name: Generate project files run: premake5 vs2022 @@ -91,7 +94,7 @@ jobs: - name: Install Premake5 uses: abel0b/setup-premake@v2.3 with: - version: "5.0.0-beta2" + version: ${{ env.PREMAKE_VERSION }} - name: Generate project files run: premake5 --cc=clang gmake2 @@ -138,7 +141,7 @@ jobs: - name: Install Premake5 uses: abel0b/setup-premake@v2.3 with: - version: "5.0.0-beta2" + version: ${{ env.PREMAKE_VERSION }} - name: Generate project files run: premake5 gmake2 diff --git a/src/services/getbots_command.cpp b/src/services/getbots_command.cpp index f50c9c2..074481c 100644 --- a/src/services/getbots_command.cpp +++ b/src/services/getbots_command.cpp @@ -18,6 +18,7 @@ void getbots_command::handle_command(const network::address& target, const std:: "avail", "Boston", "Bubbles", + "Caliber", "Catalyst", "Cenote", "Chicago", @@ -25,9 +26,12 @@ void getbots_command::handle_command(const network::address& target, const std:: "Cressi", "Cypress", "David Guetta", + "Debian", + "Devil's Spring", "Diamante", "Diavolo", "Dsso", + "Eagle's Nest", "Eldor", "Evan", "Eve", @@ -48,6 +52,7 @@ void getbots_command::handle_command(const network::address& target, const std:: "INeedGames", "Infamous", "Inferno", + "InfinityScript", "Jack Back", "Jebus3211", "JetFins", @@ -69,8 +74,10 @@ void getbots_command::handle_command(const network::address& target, const std:: "Mares", "momo5502", "Montreal", + "MSVC", "MUPP", "mxve", + "Neapolis", "New York", "Nightzy", "OneFourOne", @@ -89,10 +96,12 @@ void getbots_command::handle_command(const network::address& target, const std:: "RezTech", "Roxie", "Santi Diving", - "sass", + "Sass", "saysupshelly", "Scarlxrd", "SCUBAPRO", + "Serious", + "Sestriere", "Sloth", "Slykuiper", "Snake", @@ -100,7 +109,9 @@ void getbots_command::handle_command(const network::address& target, const std:: "Squirrel", "st0rm", "StarBerry", + "Trimix", "TwinLeaf", + "Ubuntu", "Valkyrie", "Wattson", "Wanted",