mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 23:33:24 +08:00
Change the logic and make the AnswerInPublic Command option opt-out instead of opt-in. Now everything except !help is allowed in public again (due to popular demand).
svn path=/trunk/; revision=34082
This commit is contained in:
@@ -12,11 +12,6 @@ namespace TechBot.Commands.Common
|
||||
{
|
||||
}
|
||||
|
||||
public override bool AnswerInPublic
|
||||
{
|
||||
get { return true; }
|
||||
}
|
||||
|
||||
public string BugID
|
||||
{
|
||||
get { return Parameters; }
|
||||
|
||||
Reference in New Issue
Block a user