mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 03:23:09 +03:00
Added announce work to arvo
This commit is contained in:
parent
96a26e9f62
commit
692edb8a63
@ -58,14 +58,48 @@
|
|||||||
=/ inboxwir /circle/[(scot %p our.bol)]/inbox/config/group
|
=/ inboxwir /circle/[(scot %p our.bol)]/inbox/config/group
|
||||||
=/ inboxi/poke
|
=/ inboxi/poke
|
||||||
:- %hall-action
|
:- %hall-action
|
||||||
[%source %inbox %.y (silt [[our.bol %i] ~]~)]
|
[%source %inbox %.y (silt [[our.bol %i] ~]~)]
|
||||||
:_ this
|
=/ fakeannounce=poke
|
||||||
|
:- %hall-action
|
||||||
|
[%create %hall-internal-announcements '' %village]
|
||||||
|
=/ announce=poke
|
||||||
|
:- %hall-action
|
||||||
|
[%create %announcements 'Announcements from Tlon' %journal]
|
||||||
|
=/ help=poke
|
||||||
|
:- %hall-action
|
||||||
|
[%create %urbit-help 'Get help about Urbit' %channel]
|
||||||
|
=/ dev=poke
|
||||||
|
:- %hall-action
|
||||||
|
[%create %urbit-dev 'Chat about developing on Urbit' %channel]
|
||||||
|
=/ sourcefakeannounce/poke
|
||||||
|
:- %hall-action
|
||||||
|
[%source %inbox %.y (silt [[our.bol %hall-internal-announcements] ~]~)]
|
||||||
|
=/ sourceannounce/poke
|
||||||
|
:- %hall-action
|
||||||
|
[%source %inbox %.y (silt [[~marzod %announcements] ~]~)]
|
||||||
|
=/ hallactions=(list move)
|
||||||
|
?: =((clan:title our.bol) %czar)
|
||||||
|
~
|
||||||
|
?: =(our.bol ~marzod)
|
||||||
|
~& %marzod-chat
|
||||||
|
:- [ost.bol %poke /announce [our.bol %hall] announce]
|
||||||
|
[ost.bol %poke /announce [our.bol %hall] sourceannounce]~
|
||||||
|
?: =(our.bol ~dopzod)
|
||||||
|
~& %dopzod-chat
|
||||||
|
:- [ost.bol %poke /announce [our.bol %hall] dev]
|
||||||
|
[ost.bol %poke /announce [our.bol %hall] help]~
|
||||||
|
:- [ost.bol %poke /announce [our.bol %hall] fakeannounce]
|
||||||
|
:- [ost.bol %poke /announce [our.bol %hall] sourcefakeannounce]
|
||||||
|
[ost.bol %poke /announce [our.bol %hall] sourceannounce]~
|
||||||
|
=/ moves=(list move)
|
||||||
:~ [ost.bol %peer inboxwir [our.bol %hall] inboxpat]
|
:~ [ost.bol %peer inboxwir [our.bol %hall] inboxpat]
|
||||||
[ost.bol %peer circlespat [our.bol %hall] circlespat]
|
[ost.bol %peer circlespat [our.bol %hall] circlespat]
|
||||||
[ost.bol %connect / [~ /'~chat'] %chat]
|
[ost.bol %connect / [~ /'~chat'] %chat]
|
||||||
[ost.bol %poke /chat [our.bol %hall] inboxi]
|
[ost.bol %poke /chat [our.bol %hall] inboxi]
|
||||||
[ost.bol %poke /chat [our.bol %launch] launcha]
|
[ost.bol %poke /chat [our.bol %launch] launcha]
|
||||||
==
|
==
|
||||||
|
:_ this
|
||||||
|
%+ weld moves hallactions
|
||||||
:- [ost.bol %poke /chat [our.bol %launch] launcha]~
|
:- [ost.bol %poke /chat [our.bol %launch] launcha]~
|
||||||
this(sta u.old)
|
this(sta u.old)
|
||||||
::
|
::
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user