mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-15 01:52:42 +03:00
fixed chat ^D not pulling bug
This commit is contained in:
parent
e478e46291
commit
9d84041407
@ -71,10 +71,10 @@
|
||||
=+ ^- [his=ship pax=path] (~(got by sup.hid) ost)
|
||||
?. ?=([%mensajes *] pax)
|
||||
[~ +>.$]
|
||||
=+ sta=(~(got by p.vat) pax)
|
||||
=+ sta=(~(got by p.vat) t.pax)
|
||||
=. q.sta %+ ~(put by q.sta) his %.n
|
||||
=. p.vat %+ ~(put by p.vat) pax sta
|
||||
[(send amigos/pax %give %rush %user %out his (ident his)) +>.$]
|
||||
=. p.vat %+ ~(put by p.vat) t.pax sta
|
||||
[(send amigos/t.pax %give %rush %user %out his (ident his)) +>.$]
|
||||
::
|
||||
++ send
|
||||
|= [pax=path msg=(mold note gift)]
|
||||
|
@ -47,6 +47,7 @@
|
||||
[%sire p=term q=span] ::
|
||||
[%mess p=hapt q=ship r=cage] ::
|
||||
[%meta p=vase] ::
|
||||
[%nuke p=hapt q=ship] ::
|
||||
== == == ::
|
||||
++ mand ,[p=term q=(list twig)] :: name and arguments
|
||||
++ coma ::
|
||||
@ -202,17 +203,18 @@
|
||||
%&
|
||||
=+ cil=(scot %ud p.poc)
|
||||
=+ cin=(trip (~(got by cub.hid) cil))
|
||||
%+ blab
|
||||
[ost %pass /child/[cil]/fork %g %cide cil]
|
||||
%- blab
|
||||
%+ welp
|
||||
(kill cil)
|
||||
(print leaf/"- :{cin}({(trip cil)})")
|
||||
::
|
||||
%|
|
||||
=+ ^- moz=(list move)
|
||||
%+ murn (~(tap by cub.hid))
|
||||
%- zing
|
||||
%+ turn (~(tap by cub.hid))
|
||||
|= [a=span b=term]
|
||||
?. =(b p.poc) ~
|
||||
%- some
|
||||
[ost %pass /child/[a]/fork %g %cide a]
|
||||
(kill a)
|
||||
%- blab %+ welp moz
|
||||
(print leaf/"-{<(lent moz)>} :{(trip p.poc)}")
|
||||
==
|
||||
@ -304,6 +306,13 @@
|
||||
|= [[n=term v=vase] q=vase]
|
||||
(slop [[%face n p.v] q.v] q)
|
||||
::
|
||||
++ kill
|
||||
|= cil=span
|
||||
^- (list move)
|
||||
:~ [ost %pass /child/[cil]/out %g %nuke [our.hid cil imp.hid] our.hid]
|
||||
::[ost %pass /child/[cil]/fork %g %cide cil]
|
||||
==
|
||||
::
|
||||
++ next-act :: rotate active task
|
||||
=+ opt=[i=`(unit span)`~ t=(turn cubs |=(a=span `(unit span)`[~ a]))]
|
||||
|-
|
||||
|
Loading…
Reference in New Issue
Block a user