From ad9a2ab00cdbd30274c891f2e2c3172c3edc51d2 Mon Sep 17 00:00:00 2001 From: Korvin Szanto Date: Fri, 10 Feb 2012 09:47:57 -0800 Subject: [PATCH] D1535 IRC bot responds to T1000 as if you were referencing the nanomorph mimetic poly-alloy assassin. --- .../handler/objectname/PhabricatorIRCObjectNameHandler.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/infrastructure/daemon/irc/handler/objectname/PhabricatorIRCObjectNameHandler.php b/src/infrastructure/daemon/irc/handler/objectname/PhabricatorIRCObjectNameHandler.php index 1c2fa71550..9ff8f142c0 100644 --- a/src/infrastructure/daemon/irc/handler/objectname/PhabricatorIRCObjectNameHandler.php +++ b/src/infrastructure/daemon/irc/handler/objectname/PhabricatorIRCObjectNameHandler.php @@ -109,6 +109,12 @@ class PhabricatorIRCObjectNameHandler extends PhabricatorIRCHandler { if ($task_ids) { foreach ($task_ids as $task_id) { + if ($task_id == 1000) { + $output[1000] = 'T1000: A nanomorph mimetic poly-alloy' + .'(liquid metal) assassin controlled by Skynet: ' + .'http://en.wikipedia.org/wiki/T-1000'; + continue; + } $task = $this->getConduit()->callMethodSynchronous( 'maniphest.info', array(