Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2341126
PhabricatorIRCProtocolHandler.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
318 B
Referenced Files
None
Subscribers
None
PhabricatorIRCProtocolHandler.php
View Options
<?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/x-php
Expires
Tue, Sep 16, 9:32 AM (1 d, 22 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
443633
Default Alt Text
PhabricatorIRCProtocolHandler.php (318 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment