Update MediaWiki page '135 Protocol'

This commit is contained in:
Protocol 2012-11-08 17:46:13 +00:00 committed by moparisthebest
parent 0a7665ab33
commit 9155ae5b4c

View File

@ -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