Skip to content

Commit

Permalink
Remove QQbot scripts for fml3 pull request
Browse files Browse the repository at this point in the history
  • Loading branch information
oldkingOK committed Jan 14, 2024
1 parent 8eee500 commit a8643d8
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 278 deletions.
153 changes: 0 additions & 153 deletions MinecraftClient/ChatBots/OkWsBot.cs

This file was deleted.

2 changes: 0 additions & 2 deletions MinecraftClient/McClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
using Brigadier.NET;
using Brigadier.NET.Exceptions;
using MinecraftClient.ChatBots;
using MinecraftClient.OkBots;
using MinecraftClient.CommandHandler;
using MinecraftClient.CommandHandler.Patch;
using MinecraftClient.Commands;
Expand Down Expand Up @@ -299,7 +298,6 @@ private void RegisterBots(bool reload = false)
if (Config.ChatBot.TelegramBridge.Enabled) { BotLoad(new TelegramBridge()); }
if (Config.ChatBot.ItemsCollector.Enabled) { BotLoad(new ItemsCollector()); }
if (Config.ChatBot.WebSocketBot.Enabled) { BotLoad(new WebSocketBot()); }
if (Config.ChatBot.OkWsBot.Enabled) { BotLoad(new OkWsBot()); }
//Add your ChatBot here by uncommenting and adapting
//BotLoad(new ChatBots.YourBot());
}
Expand Down
1 change: 0 additions & 1 deletion MinecraftClient/MinecraftClient.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@
</PackageReference>
<PackageReference Include="System.Text.Encoding.CodePages" Version="7.0.0" />
<PackageReference Include="Telegram.Bot" Version="18.0.0" />
<PackageReference Include="WebsocketSharp.Standard2" Version="2022.4.16.1520" />
</ItemGroup>
<ItemGroup>
<Compile Remove="config\ChatBots\AutoLeaveOnLowHp.cs" />
Expand Down
7 changes: 0 additions & 7 deletions MinecraftClient/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1440,13 +1440,6 @@ public ChatBots.WebSocketBot.Configs WebSocketBot
get { return ChatBots.WebSocketBot.Config!; }
set { ChatBots.WebSocketBot.Config = value; }
}

[TomlPrecedingComment("Ok的QQbot")]
public OkBots.OkWsBot.Configs OkWsBot
{
get { return OkBots.OkWsBot.Config!; }
set { OkBots.OkWsBot.Config = value; }
}
}
}

Expand Down
115 changes: 0 additions & 115 deletions py-server.py

This file was deleted.

0 comments on commit a8643d8

Please sign in to comment.