Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101432587
PhabricatorIRCBot.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
Mon, Feb 10, 10:15
Size
267 B
Mime Type
text/x-php
Expires
Wed, Feb 12, 10:15 (2 d)
Engine
blob
Format
Raw Data
Handle
24149985
Attached To
rPH Phabricator
PhabricatorIRCBot.php
View Options
<?php
/**
* Placeholder to let people know that the bot has been renamed
*/
final
class
PhabricatorIRCBot
extends
PhabricatorDaemon
{
public
function
run
()
{
throw
new
Exception
(
"This daemon has been deprecated, use `PhabricatorBot` instead."
);
}
}
Event Timeline
Log In to Comment