From 9155ae5b4c17e28e2ddfdb4422f4aa8836c9feed Mon Sep 17 00:00:00 2001 From: Protocol Date: Thu, 8 Nov 2012 17:46:13 +0000 Subject: [PATCH] Update MediaWiki page '135 Protocol' --- 135-Protocol.mediawiki | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/135-Protocol.mediawiki b/135-Protocol.mediawiki index b783cf4..a520512 100644 --- a/135-Protocol.mediawiki +++ b/135-Protocol.mediawiki @@ -40,7 +40,7 @@ This page refers to the RSC #135 client revision. ;; Opcode: 7 (defn send-command [stream command] ; sends command to server e.g ::home, command arg is (.substring command 2) (doto stream - (.begin-pacet 7) + (.begin-packet 7) (.putline command) (.end-packet))) @@ -107,6 +107,11 @@ This page refers to the RSC #135 client revision. * None | Sends the logout packet to the server |- +! Command +| 7 || +* String - The command +| Sends a command to the server to be executed +|- ! Add User to Friends List | 26 || * Long - long represenation of username