moontalk/server/eventloop-server-experiment/patches/unsanitized-message.4th

10 lines
247 B
Plaintext
Raw Normal View History

2024-02-17 13:26:14 -05:00
: server-message-unsanitized ( msg-str user-n -- )
sendbuffer-reset
cr >r
s" Server: " sendbuffer-append
sendbuffer-append
s\" \n" sendbuffer-append
r> 1- connections.at dup (assert-connected)
(send-sendbuffer) ;