From 69f0507e0fc9f195c813c443ef3adf5d7b934ad2 Mon Sep 17 00:00:00 2001 From: Zontreck Date: Fri, 15 May 2020 16:00:58 -0700 Subject: [PATCH] Update bot --- Assembly/ASMInfo.cs | 2 +- Program.cs | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Assembly/ASMInfo.cs b/Assembly/ASMInfo.cs index 0578460..7ac8cfd 100644 --- a/Assembly/ASMInfo.cs +++ b/Assembly/ASMInfo.cs @@ -6,7 +6,7 @@ using System.Reflection; [assembly: AssemblyCompany("ZNI")] [assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)] [assembly: AssemblyCopyright("© 2020 Tara Piccari")] -[assembly: AssemblyFileVersion("5.724")] +[assembly: AssemblyFileVersion("5.819")] [assembly: AssemblyDescription("Second Life Bot - BotCore5")] diff --git a/Program.cs b/Program.cs index 6371fab..7d2efd4 100644 --- a/Program.cs +++ b/Program.cs @@ -394,7 +394,7 @@ namespace Bot plugins.Add(prog, DLLID); } - msg(MessageHandler.Destinations.DEST_LOCAL, UUID.Zero, $"Plugin loaded: {DLL}.dll, {vx} threads"); + //msg(MessageHandler.Destinations.DEST_LOCAL, UUID.Zero, $"Plugin loaded: {DLL}.dll, {vx} threads"); } @@ -422,10 +422,10 @@ namespace Bot } Log.info(true, g_ZPrograms.Count.ToString() + " programs linked"); - if (g_ZPrograms.Count > 0) msg(MessageHandler.Destinations.DEST_LOCAL, UUID.Zero, "Default Program [" + conf.MainProgramDLL + "] has been loaded, " + programCount.ToString() + " plugin(s) loaded"); + //if (g_ZPrograms.Count > 0) msg(MessageHandler.Destinations.DEST_LOCAL, UUID.Zero, "Default Program [" + conf.MainProgramDLL + "] has been loaded, " + programCount.ToString() + " plugin(s) loaded"); registry.LocateCommands(); - msg(MessageHandler.Destinations.DEST_LOCAL, UUID.Zero, "Commands found: " + registry.Cmds.Count.ToString()); + //msg(MessageHandler.Destinations.DEST_LOCAL, UUID.Zero, "Commands found: " + registry.Cmds.Count.ToString()); GroupsCache = new Dictionary(); ReloadGroupsCache();