OSDN Git Service

Add CommandLine.dll to the list of assemblies that are not scanned for plugins.
authorLatif Khalifa <latifer@streamgrid.net>
Sun, 6 Jun 2010 19:43:42 +0000 (19:43 +0000)
committerLatif Khalifa <latifer@streamgrid.net>
Sun, 6 Jun 2010 19:43:42 +0000 (19:43 +0000)
git-svn-id: https://radegast.googlecode.com/svn/trunk@693 f7a694da-4d33-11de-9ad6-1127a62b9fcd

Radegast/Core/PluginInterface/PluginManager.cs

index 6c87e3b..127f52b 100644 (file)
@@ -70,6 +70,7 @@ namespace Radegast
         public static readonly List<string> PluginBlackList = new List<string>(new string[]
             {
                 "AIMLbot.dll",
+                "CommandLine.dll",
                 "Meebey.SmartIrc4net.dll",
                 "Monobjc.Cocoa.dll",
                 "Monobjc.dll",