mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-01 11:33:41 +03:00
Add helpfile to :tach.
This commit is contained in:
parent
85399e4c77
commit
0228205297
@ -158,7 +158,8 @@
|
||||
==
|
||||
==
|
||||
::
|
||||
++ show |=(tan=tank %_(+> giz :_(giz [%la tan]))) :: print to screen
|
||||
++ shew |=(tax=(list tank) +>(giz [[%lo tax] giz])) :: print to screen
|
||||
++ show |=(tan=tank +>(giz [[%la tan] giz])) :: print to screen
|
||||
++ take :: alarm event
|
||||
|- ^+ +
|
||||
=. wak (add ~m1 (max wak est))
|
||||
@ -177,7 +178,7 @@
|
||||
?: ?=(& -.sad)
|
||||
[~ `zing`[%all p.sad p.u.rey]]
|
||||
[[~ p.sad] `^mess`p.u.rey]
|
||||
%how (show %leaf "help file goes here :-|")
|
||||
%how (shew (turn (lore ^:@/===doc%/help/txt) |=(a=@t [%leaf (trip a)])))
|
||||
%out (show(dun &) %leaf "thanks for chatting yo")
|
||||
%say (joke(sad [%| p.u.rey]) [~ p.u.rey] `^mess`q.u.rey)
|
||||
%who (joke ~ `zing`u.rey)
|
||||
|
7
main/doc/tach/help.txt
Normal file
7
main/doc/tach/help.txt
Normal file
@ -0,0 +1,7 @@
|
||||
prompts (message recipients): types:
|
||||
& broadcast message to room @ do an action (irc /me)
|
||||
| banner message # evaluate expression
|
||||
~ship private message to ship
|
||||
|
||||
to change prompt, type desired prompt. prompt changes preceding a message
|
||||
will send message in new prompt. prompt changes and types may be combined.
|
Loading…
Reference in New Issue
Block a user