[mw-devel] MARVIN r71 - trunk
pwb at sucs.org
pwb at sucs.org
Sun Apr 16 01:12:28 BST 2006
Author: pwb
Date: 2006-04-16 01:12:27 +0100 (Sun, 16 Apr 2006)
New Revision: 71
Modified:
trunk/PROTOCOL
Log:
examples are now valid xml (you have to quote attributes, people)
Modified: trunk/PROTOCOL
===================================================================
--- trunk/PROTOCOL 2006-04-15 00:39:49 UTC (rev 70)
+++ trunk/PROTOCOL 2006-04-16 00:12:27 UTC (rev 71)
@@ -8,13 +8,13 @@
piece of text, forming a name=value pair.
* [C->S] CMD User entered command or text
-<command msgid=1><text>user entered text</text></command>
+<command msgid="1"><text>user entered text</text></command>
* [S->C] RPY Output of a user command
-<command msgid=1><text>output</text></command>
+<command msgid="1"><text>output</text></command>
* [S->C] User said something, normal speech.
-<say msgid=1>
+<say msgid="1">
<channel>1</channel> // What channel/room was it said on
<author>Arthur</author> // Who said it
<text>What i just said</text> // What did they say
More information about the mw-devel
mailing list