mirror of
https://we.phorge.it/source/phorge.git
synced 2024-12-19 03:50:54 +01:00
IRC bot responds to T1000 as if you were referencing the nanomorph mimetic poly-alloy assassin.
This commit is contained in:
parent
ecd4b03a4e
commit
ad9a2ab00c
1 changed files with 6 additions and 0 deletions
|
@ -109,6 +109,12 @@ class PhabricatorIRCObjectNameHandler extends PhabricatorIRCHandler {
|
||||||
|
|
||||||
if ($task_ids) {
|
if ($task_ids) {
|
||||||
foreach ($task_ids as $task_id) {
|
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(
|
$task = $this->getConduit()->callMethodSynchronous(
|
||||||
'maniphest.info',
|
'maniphest.info',
|
||||||
array(
|
array(
|
||||||
|
|
Loading…
Reference in a new issue