Fixed an issue with the help command
This commit is contained in:
		@@ -134,6 +134,9 @@ class Context
 | 
			
		||||
 | 
			
		||||
    public function isCommandGlobal($command)
 | 
			
		||||
    {
 | 
			
		||||
        if (strpos($command," ")!==false) {
 | 
			
		||||
            list($command, $void) = explode(" ",$command,2);
 | 
			
		||||
        }
 | 
			
		||||
        $info = $this->commandInfo[$command];
 | 
			
		||||
        return array_key_exists('global', $info);
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user