From eeb8d10f42ee28430e4544670b639429c6684557 Mon Sep 17 00:00:00 2001 From: Ricky Elrod Date: Tue, 5 Jul 2011 08:49:32 -0700 Subject: [PATCH] Edited src/infrastructure/daemon/irc/handler/objectname/PhabricatorIRCObjectNameHandler.php via GitHub --- .../irc/handler/objectname/PhabricatorIRCObjectNameHandler.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/infrastructure/daemon/irc/handler/objectname/PhabricatorIRCObjectNameHandler.php b/src/infrastructure/daemon/irc/handler/objectname/PhabricatorIRCObjectNameHandler.php index 4b8e45bd95..c4126da658 100644 --- a/src/infrastructure/daemon/irc/handler/objectname/PhabricatorIRCObjectNameHandler.php +++ b/src/infrastructure/daemon/irc/handler/objectname/PhabricatorIRCObjectNameHandler.php @@ -122,7 +122,7 @@ class PhabricatorIRCObjectNameHandler extends PhabricatorIRCHandler { // since we (ideally) want to keep the bot to Conduit calls...and // not call to Phabricator-specific stuff (like actually loading // the User object and fetching his/her username.) - $output[$paste['phid']] = 'P'.$paste['id'].': '.$paste['uri']; + $output[$paste['phid']] = 'P'.$paste['id'].': '.$paste['uri'].' - '.$paste['title']; } }