Page MenuHomePhabricator

Permanently remove references to "phd.bots" in "core/"
Closed, ResolvedPublic

Description

There's some old, nonfunctioning code in core/ referencing phd.bots:

      $bots = $this->getHostAttribute('phd.bots');
      if ($bots) {
        foreach ($bots as $bot) {
          // Disable bots for now since FreeNode is kicking phabot off when
          // it tries to connect with a "SASL" error.
          continue;
...

This should simply be removed; the PhabricatorBot code was removed in D17756.

Revisions and Commits

Restricted Differential Revision

Event Timeline

epriestley created this task.
epriestley added a revision: Restricted Differential Revision.Aug 11 2019, 3:55 PM
epriestley closed this task as Resolved by committing Restricted Diffusion Commit.Aug 11 2019, 3:57 PM
epriestley added a commit: Restricted Diffusion Commit.