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:
Filip Navara 2008-06-25 14:13:21 +00:00
parent 3790fc1254
commit 3c6dcb0d0d
3 changed files with 7 additions and 7 deletions

View file

@ -23,7 +23,7 @@ namespace TechBot.Library
public virtual bool AnswerInPublic
{
get { return false; }
get { return true; }
}
public string Name