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