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();