Page MenuHomePhorge

PhabricatorIRCProtocolHandler.php
No OneTemporary

Size
318 B
Referenced Files
None
Subscribers
None

PhabricatorIRCProtocolHandler.php

<?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

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)

Event Timeline