Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15472554
D9467.id22650.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
2 KB
Referenced Files
None
Subscribers
None
D9467.id22650.diff
View Options
diff --git a/src/__phutil_library_map__.php b/src/__phutil_library_map__.php
--- a/src/__phutil_library_map__.php
+++ b/src/__phutil_library_map__.php
@@ -1674,7 +1674,6 @@
'PhabricatorHunksManagementMigrateWorkflow' => 'applications/differential/management/PhabricatorHunksManagementMigrateWorkflow.php',
'PhabricatorHunksManagementWorkflow' => 'applications/differential/management/PhabricatorHunksManagementWorkflow.php',
'PhabricatorIRCProtocolAdapter' => 'infrastructure/daemon/bot/adapter/PhabricatorIRCProtocolAdapter.php',
- 'PhabricatorIRCProtocolHandler' => 'infrastructure/daemon/bot/handler/PhabricatorIRCProtocolHandler.php',
'PhabricatorImageTransformer' => 'applications/files/PhabricatorImageTransformer.php',
'PhabricatorInfrastructureTestCase' => 'infrastructure/__tests__/PhabricatorInfrastructureTestCase.php',
'PhabricatorInlineCommentController' => 'infrastructure/diff/PhabricatorInlineCommentController.php',
@@ -4505,7 +4504,6 @@
'PhabricatorHunksManagementMigrateWorkflow' => 'PhabricatorHunksManagementWorkflow',
'PhabricatorHunksManagementWorkflow' => 'PhabricatorManagementWorkflow',
'PhabricatorIRCProtocolAdapter' => 'PhabricatorBaseProtocolAdapter',
- 'PhabricatorIRCProtocolHandler' => 'PhabricatorBotHandler',
'PhabricatorInfrastructureTestCase' => 'PhabricatorTestCase',
'PhabricatorInlineCommentController' => 'PhabricatorController',
'PhabricatorInlineCommentInterface' => 'PhabricatorMarkupInterface',
diff --git a/src/infrastructure/daemon/bot/handler/PhabricatorIRCProtocolHandler.php b/src/infrastructure/daemon/bot/handler/PhabricatorIRCProtocolHandler.php
deleted file mode 100644
--- a/src/infrastructure/daemon/bot/handler/PhabricatorIRCProtocolHandler.php
+++ /dev/null
@@ -1,16 +0,0 @@
-<?php
-
-/**
- * @deprecated
- */
-final class PhabricatorIRCProtocolHandler extends PhabricatorBotHandler {
-
- public function receiveMessage(PhabricatorBotMessage $message) {
- static $warned;
- if (!$warned) {
- $warned = true;
- phlog('The PhabricatorIRCProtocolHandler has been deprecated.');
- }
- }
-
-}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Apr 6, 2:43 PM (1 w, 4 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7734570
Default Alt Text
D9467.id22650.diff (2 KB)
Attached To
Mode
D9467: Remove the deprecated `PhabricatorIRCProtocolHandler` class.
Attached
Detach File
Event Timeline
Log In to Comment