Added a docstring explaining what shout does.

This commit is contained in:
Barra Ó Catháin 2023-04-15 23:46:56 +01:00
parent f488a4ac7c
commit fe444ac8c8
1 changed files with 1 additions and 0 deletions

View File

@ -5,4 +5,5 @@
;; Send a quick message to everyone in the game as the server:
(define (shout message)
"Send a quick message to everyone in the game as the server."
(message-everyone "SERVER" message output-queue))