- small fix
[reactos.git] / irc / TechBot / TechBot.Commands.Common / NtStatusCommand.cs
index 1c3b668..96120e4 100644 (file)
@@ -19,7 +19,7 @@ namespace TechBot.Commands.Common
 
                public override void ExecuteCommand()
                {
-            if (Text == null)
+            if (string.IsNullOrEmpty(Text))
             {
                 Say("Please provide a valid NTSTATUS value.");
             }