mirror of
				https://github.com/Mibew/mibew-operator-status-plugin.git
				synced 2025-11-04 04:05:09 +03:00 
			
		
		
		
	Change namespace to Mibew
The repository was transferred to Mibew organization
This commit is contained in:
		
							parent
							
								
									8e5d1f6e47
								
							
						
					
					
						commit
						682ac0c4e6
					
				@ -23,7 +23,7 @@
 | 
				
			|||||||
* SOFTWARE.
 | 
					* SOFTWARE.
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Everyx\Mibew\Plugin\OperatorStatus\Controller;
 | 
					namespace Mibew\Mibew\Plugin\OperatorStatus\Controller;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
use Mibew\Controller\AbstractController;
 | 
					use Mibew\Controller\AbstractController;
 | 
				
			||||||
use Symfony\Component\HttpFoundation\Request;
 | 
					use Symfony\Component\HttpFoundation\Request;
 | 
				
			||||||
 | 
				
			|||||||
@ -23,7 +23,7 @@
 | 
				
			|||||||
 * SOFTWARE.
 | 
					 * SOFTWARE.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
 | 
					
 | 
				
			||||||
namespace Everyx\Mibew\Plugin\OperatorStatus;
 | 
					namespace Mibew\Mibew\Plugin\OperatorStatus;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 * Main plugin class.
 | 
					 * Main plugin class.
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										2
									
								
								build.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								build.sh
									
									
									
									
									
								
							@ -1,6 +1,6 @@
 | 
				
			|||||||
#!/bin/bash
 | 
					#!/bin/bash
 | 
				
			||||||
 | 
					
 | 
				
			||||||
author='Everyx'
 | 
					author='Mibew'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
tmp_dir='/tmp'
 | 
					tmp_dir='/tmp'
 | 
				
			||||||
working_dir=`echo $PWD`
 | 
					working_dir=`echo $PWD`
 | 
				
			||||||
 | 
				
			|||||||
@ -1,5 +1,5 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "everyx/mibew-operator-status-plugin",
 | 
					  "name": "Mibew/mibew-operator-status-plugin",
 | 
				
			||||||
  "description": "An operator status plugin for Mibew 2.0.",
 | 
					  "description": "An operator status plugin for Mibew 2.0.",
 | 
				
			||||||
  "license": "MIT",
 | 
					  "license": "MIT",
 | 
				
			||||||
  "authors": [
 | 
					  "authors": [
 | 
				
			||||||
@ -9,7 +9,7 @@
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
  ],
 | 
					  ],
 | 
				
			||||||
  "autoload": {
 | 
					  "autoload": {
 | 
				
			||||||
    "psr-0": {"Everyx\\Mibew\\Plugin\\OperatorStatus\\": ""}
 | 
					    "psr-0": {"Mibew\\Mibew\\Plugin\\OperatorStatus\\": ""}
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  "target-dir": "Everyx/Mibew/Plugin/OperatorStatus"
 | 
					  "target-dir": "Mibew/Mibew/Plugin/OperatorStatus"
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -1,9 +1,9 @@
 | 
				
			|||||||
everyx_operator_status_has_online_operators:
 | 
					mibew_operator_status_has_online_operators:
 | 
				
			||||||
  path: /opstatus
 | 
					  path: /opstatus
 | 
				
			||||||
  defaults:
 | 
					  defaults:
 | 
				
			||||||
    _controller: Everyx\Mibew\Plugin\OperatorStatus\Controller\OperatorStatusController::hasOnlineOperatorsAction
 | 
					    _controller: Mibew\Mibew\Plugin\OperatorStatus\Controller\OperatorStatusController::hasOnlineOperatorsAction
 | 
				
			||||||
 | 
					
 | 
				
			||||||
everyx_operator_status_is_operator_online:
 | 
					mibew_operator_status_is_operator_online:
 | 
				
			||||||
  path: /opstatus/{opcode}
 | 
					  path: /opstatus/{opcode}
 | 
				
			||||||
  defaults:
 | 
					  defaults:
 | 
				
			||||||
    _controller: Everyx\Mibew\Plugin\OperatorStatus\Controller\OperatorStatusController::isOperatorOnlineAction
 | 
					    _controller: Mibew\Mibew\Plugin\OperatorStatus\Controller\OperatorStatusController::isOperatorOnlineAction
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user