]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/implugin.php
return logic tidied up for command interpretation
[quix0rs-gnu-social.git] / lib / implugin.php
index 98fba19911ebe8d8ffac6162089fe7c664e4bc4b..2da4fa961a6cf4962a1dafbdcbb80b72235334b4 100644 (file)
@@ -402,9 +402,8 @@ abstract class ImPlugin extends Plugin
             $chan = new IMChannel($this);
             $cmd->execute($chan);
             return true;
-        } else {
-            return false;
         }
+        return false;
     }
 
     /**