Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F959377
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, Jun 17, 9:53 PM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
226044
Default Alt Text
PhabricatorIRCProtocolHandler.php (318 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment