mirror of
https://github.com/moparisthebest/rswiki-book
synced 2024-11-22 00:52:15 -05:00
Update MediaWiki page '135 Protocol'
This commit is contained in:
parent
0a7665ab33
commit
9155ae5b4c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user