- miscellaneous small fixes
[reactos.git] / irc / TechBot / TechBot.Commands.Common / Base / BugCommand.cs
index a3c6c1f..b3e182d 100644 (file)
@@ -6,12 +6,17 @@ namespace TechBot.Commands.Common
 {
        public abstract class BugCommand : Command
        {
-        private string m_BugID = null;
+//        private string m_BugID = null;
 
                public BugCommand()
                {
                }
 
+        public override bool AnswerInPublic
+        {
+            get { return true; }
+        }
+
         public string BugID
         {
             get { return Parameters; }