Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102963330
PhabricatorIRCProtocolHandler.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Feb 25, 22:11
Size
318 B
Mime Type
text/x-php
Expires
Thu, Feb 27, 22:11 (2 d)
Engine
blob
Format
Raw Data
Handle
24468653
Attached To
rPH Phabricator
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.'
);
}
}
}
Event Timeline
Log In to Comment