Page MenuHomec4science

PhabricatorIRCProtocolHandler.php
No OneTemporary

File Metadata

Created
Tue, Feb 25, 22:11

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.');
}
}
}

Event Timeline