basic.scs: Add some comments

Mon, 10 Sep 2018 09:53:14 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 10 Sep 2018 09:53:14 +0100
changeset 106
4f7b1cab26c8
parent 105
da98bb33cee6
child 107
65791ba388b9

basic.scs: Add some comments

scripts/basic.scs file | annotate | diff | comparison | revisions
--- a/scripts/basic.scs	Mon Sep 10 09:52:56 2018 +0100
+++ b/scripts/basic.scs	Mon Sep 10 09:53:14 2018 +0100
@@ -4,13 +4,17 @@
 
 ---------
 
+# Connect to the server
 Romeo connects
 
+# Send initial presence
 Romeo sends:
 	<presence/>
 
+# Receive reflected initial presence
 Romeo receives:
 	<presence/>
 
+# Disconnect from the server
 Romeo disconnects
 

mercurial