mcabber/src/commands.c
changeset 677 633a0522bd37
parent 659 e61aa455c61b
child 681 8dc602a246a4
--- a/mcabber/src/commands.c	Thu Jan 26 23:14:17 2006 +0100
+++ b/mcabber/src/commands.c	Sat Jan 28 11:07:02 2006 +0100
@@ -462,11 +462,10 @@
     return;
   }
 
-  // Use provided message, unless requested status is "invisible"
-  if (msg && st != invisible) {
-    if (!*msg) msg = NULL;
-  } else
+  // Use provided message
+  if (msg && !*msg) {
     msg = NULL;
+  }
 
   // If a recipient is specified, let's don't use default status messages
   if (recipient && !msg)