fluent-pad/scripts/join.air

11 lines
272 B
Plaintext
Raw Normal View History

(xor
(seq
(call relay ("op" "identity") [])
(seq
(call relay (userlist "join") [user] result)
(call %init_peer_id% (returnService "run") [result])
)
)
(call %init_peer_id% (returnService "run") [%last_error%])
)