X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=irc%2FTechBot%2FTechBot.Commands.Common%2FBase%2FBugCommand.cs;h=b3e182dce7a2026f7eb4a9f7e4b4be027ad33727;hp=a3c6c1f31b0f110a40fe42f28b5e9f321abf6581;hb=a46601a21cc8918daf54888c951e489456b26e43;hpb=b7525df85dcacb30fb02e0328f3b10e5d051a519 diff --git a/irc/TechBot/TechBot.Commands.Common/Base/BugCommand.cs b/irc/TechBot/TechBot.Commands.Common/Base/BugCommand.cs index a3c6c1f31b0..b3e182dce7a 100644 --- a/irc/TechBot/TechBot.Commands.Common/Base/BugCommand.cs +++ b/irc/TechBot/TechBot.Commands.Common/Base/BugCommand.cs @@ -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; }