mirror of
https://github.com/reactos/reactos.git
synced 2026-05-31 16:31:07 +08:00
- small fix
svn path=/trunk/; revision=33588
This commit is contained in:
@@ -20,7 +20,7 @@ namespace TechBot.Commands.Common
|
||||
|
||||
public override void ExecuteCommand()
|
||||
{
|
||||
if (Parameters == null)
|
||||
if (string.IsNullOrEmpty(BugID))
|
||||
{
|
||||
Say("Please provide a valid bug number.");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user