mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-22 23:02:42 +01:00
Remove deprecated PhabricatorIRCBot
class.
Summary: This class has been deprecated for a while (see rP574bc3ba31cca2767bafe7844d7f854d90d6be1c). It should be safe to remove now. Test Plan: N/A Reviewers: epriestley, #blessed_reviewers Reviewed By: epriestley, #blessed_reviewers Subscribers: epriestley, Korvin Differential Revision: https://secure.phabricator.com/D9469
This commit is contained in:
parent
8dafabbb1d
commit
857c11a36e
2 changed files with 3 additions and 13 deletions
|
@ -1674,7 +1674,6 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorHovercardView' => 'view/widget/hovercard/PhabricatorHovercardView.php',
|
'PhabricatorHovercardView' => 'view/widget/hovercard/PhabricatorHovercardView.php',
|
||||||
'PhabricatorHunksManagementMigrateWorkflow' => 'applications/differential/management/PhabricatorHunksManagementMigrateWorkflow.php',
|
'PhabricatorHunksManagementMigrateWorkflow' => 'applications/differential/management/PhabricatorHunksManagementMigrateWorkflow.php',
|
||||||
'PhabricatorHunksManagementWorkflow' => 'applications/differential/management/PhabricatorHunksManagementWorkflow.php',
|
'PhabricatorHunksManagementWorkflow' => 'applications/differential/management/PhabricatorHunksManagementWorkflow.php',
|
||||||
'PhabricatorIRCBot' => 'infrastructure/daemon/bot/PhabricatorIRCBot.php',
|
|
||||||
'PhabricatorIRCProtocolAdapter' => 'infrastructure/daemon/bot/adapter/PhabricatorIRCProtocolAdapter.php',
|
'PhabricatorIRCProtocolAdapter' => 'infrastructure/daemon/bot/adapter/PhabricatorIRCProtocolAdapter.php',
|
||||||
'PhabricatorIRCProtocolHandler' => 'infrastructure/daemon/bot/handler/PhabricatorIRCProtocolHandler.php',
|
'PhabricatorIRCProtocolHandler' => 'infrastructure/daemon/bot/handler/PhabricatorIRCProtocolHandler.php',
|
||||||
'PhabricatorImageTransformer' => 'applications/files/PhabricatorImageTransformer.php',
|
'PhabricatorImageTransformer' => 'applications/files/PhabricatorImageTransformer.php',
|
||||||
|
@ -3560,6 +3559,7 @@ phutil_register_library_map(array(
|
||||||
0 => 'HeraldDAO',
|
0 => 'HeraldDAO',
|
||||||
1 => 'PhabricatorFlaggableInterface',
|
1 => 'PhabricatorFlaggableInterface',
|
||||||
2 => 'PhabricatorPolicyInterface',
|
2 => 'PhabricatorPolicyInterface',
|
||||||
|
3 => 'PhabricatorDestructableInterface',
|
||||||
),
|
),
|
||||||
'HeraldRuleController' => 'HeraldController',
|
'HeraldRuleController' => 'HeraldController',
|
||||||
'HeraldRuleEdit' => 'HeraldDAO',
|
'HeraldRuleEdit' => 'HeraldDAO',
|
||||||
|
@ -4506,7 +4506,6 @@ phutil_register_library_map(array(
|
||||||
'PhabricatorHovercardView' => 'AphrontView',
|
'PhabricatorHovercardView' => 'AphrontView',
|
||||||
'PhabricatorHunksManagementMigrateWorkflow' => 'PhabricatorHunksManagementWorkflow',
|
'PhabricatorHunksManagementMigrateWorkflow' => 'PhabricatorHunksManagementWorkflow',
|
||||||
'PhabricatorHunksManagementWorkflow' => 'PhabricatorManagementWorkflow',
|
'PhabricatorHunksManagementWorkflow' => 'PhabricatorManagementWorkflow',
|
||||||
'PhabricatorIRCBot' => 'PhabricatorDaemon',
|
|
||||||
'PhabricatorIRCProtocolAdapter' => 'PhabricatorBaseProtocolAdapter',
|
'PhabricatorIRCProtocolAdapter' => 'PhabricatorBaseProtocolAdapter',
|
||||||
'PhabricatorIRCProtocolHandler' => 'PhabricatorBotHandler',
|
'PhabricatorIRCProtocolHandler' => 'PhabricatorBotHandler',
|
||||||
'PhabricatorInfrastructureTestCase' => 'PhabricatorTestCase',
|
'PhabricatorInfrastructureTestCase' => 'PhabricatorTestCase',
|
||||||
|
@ -5342,6 +5341,7 @@ phutil_register_library_map(array(
|
||||||
4 => 'PhabricatorTokenReceiverInterface',
|
4 => 'PhabricatorTokenReceiverInterface',
|
||||||
5 => 'PhabricatorFlaggableInterface',
|
5 => 'PhabricatorFlaggableInterface',
|
||||||
6 => 'PhabricatorApplicationTransactionInterface',
|
6 => 'PhabricatorApplicationTransactionInterface',
|
||||||
|
7 => 'PhabricatorProjectInterface',
|
||||||
),
|
),
|
||||||
'PholioMockCommentController' => 'PholioController',
|
'PholioMockCommentController' => 'PholioController',
|
||||||
'PholioMockEditController' => 'PholioController',
|
'PholioMockEditController' => 'PholioController',
|
||||||
|
@ -5549,6 +5549,7 @@ phutil_register_library_map(array(
|
||||||
4 => 'PhabricatorFlaggableInterface',
|
4 => 'PhabricatorFlaggableInterface',
|
||||||
5 => 'PhabricatorPolicyInterface',
|
5 => 'PhabricatorPolicyInterface',
|
||||||
6 => 'PhabricatorTokenReceiverInterface',
|
6 => 'PhabricatorTokenReceiverInterface',
|
||||||
|
7 => 'PhabricatorProjectInterface',
|
||||||
),
|
),
|
||||||
'PonderQuestionCommentController' => 'PonderController',
|
'PonderQuestionCommentController' => 'PonderController',
|
||||||
'PonderQuestionEditController' => 'PonderController',
|
'PonderQuestionEditController' => 'PonderController',
|
||||||
|
|
|
@ -1,11 +0,0 @@
|
||||||
<?php
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Placeholder to let people know that the bot has been renamed
|
|
||||||
*/
|
|
||||||
final class PhabricatorIRCBot extends PhabricatorDaemon {
|
|
||||||
public function run() {
|
|
||||||
throw new Exception(
|
|
||||||
'This daemon has been deprecated, use `PhabricatorBot` instead.');
|
|
||||||
}
|
|
||||||
}
|
|
Loading…
Reference in a new issue