Update MediaWiki page '443 Protocol'

This commit is contained in:
Sini 2012-08-27 03:57:36 +00:00 committed by moparisthebest
parent de5996a8f9
commit f0ca717414

View File

@ -53,22 +53,42 @@ Client states are used to switch between different graphic and logic procedures.
|- |-
! Opcode ! Opcode
! Frame Name ! Frame Name
! Variable 0
! Variable 1
! Variable 2
! Action Name
! Description ! Description
|- |-
! 31 ! 31
! [[443 Add Friend|Add Friend]] ! [[443 Add Friend|Add Friend]]
! NA
! NA
! NA
! #{ name_of_friend_to_add }
! Action for when a friend is added. ! Action for when a friend is added.
|- |-
! 2 ! 2
! [[443 Remove Friend|Remove Friend]] ! [[443 Remove Friend|Remove Friend]]
! NA
! NA
! NA
! #{ name_of_friend_to_remove }
! Action for when a friend is removed. ! Action for when a friend is removed.
|- |-
! 21 ! 21
! [[443 Add Ignore|Add Ignore]] ! [[443 Add Ignore|Add Ignore]]
! NA
! NA
! NA
! #{ name_of_ignore_to_add }
! Action for when an ignore is added. ! Action for when an ignore is added.
|- |-
! 50 ! 50
! [[443 Remove Ignore|Remove Ignore]] ! [[443 Remove Ignore|Remove Ignore]]
! NA
! NA
! NA
! #{ name_of_ignore_to_remove }
! Action for when an ignore is removed. ! Action for when an ignore is removed.
|} |}