mirror of
https://github.com/urbit/shrub.git
synced 2024-12-12 10:29:01 +03:00
Fixed multiple entrance/exit notice bug.
This commit is contained in:
parent
7eea04ce1e
commit
9b523d1767
@ -175,7 +175,9 @@
|
||||
|=(a=room (lien p.zig |=(a=room =(a ^a))))
|
||||
:_ abet:pof(roo.ful (weld p.zig oldroo))
|
||||
%- ~(gas by m)
|
||||
(turn p.zig |=(r=room [r ~[[%new now r call:pof]]]))
|
||||
%+ turn
|
||||
(skip p.zig |=(a=room (lien roo.ful:pof |=(a=room =(a ^a)))))
|
||||
|=(r=room [r ~[[%new now r call:pof]]])
|
||||
::
|
||||
%hep
|
||||
=+ ^= oldroo
|
||||
@ -183,7 +185,9 @@
|
||||
|=(a=room (lien p.zig |=(a=room =(a ^a))))
|
||||
:_ abet:pof(roo.ful oldroo)
|
||||
%- ~(gas by m)
|
||||
(turn p.zig |=(r=room [r ~[[%out now r call:pof]]]))
|
||||
%+ turn
|
||||
(skip p.zig |=(a=room (levy roo.ful:pof |=(a=room =(a ^a)))))
|
||||
|=(r=room [r ~[[%out now r call:pof]]])
|
||||
==
|
||||
(tilt zew)
|
||||
::
|
||||
|
@ -22,3 +22,12 @@ list vessels:
|
||||
=== show ships in haus (all rooms)
|
||||
=%mars [%urf ...] show ships in specified room(s)
|
||||
|
||||
command-line parameters:
|
||||
[%haus ~hoclur-bicrel] select haus server (default: ticketing ship)
|
||||
%time display timestamps for messages
|
||||
%elvis always display entrance and exit notices
|
||||
%quiet never display entrance and exit notices
|
||||
|
||||
Only one of %elvis and %quiet may be specfied. Default behavior does not
|
||||
display entrance and exit notices in :chat backlog.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user