diff options
Diffstat (limited to 'docs/rfc.txt')
| -rw-r--r-- | docs/rfc.txt | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/docs/rfc.txt b/docs/rfc.txt index b0e42e3..a9a4e0c 100644 --- a/docs/rfc.txt +++ b/docs/rfc.txt @@ -286,8 +286,17 @@ Table of Contents Usermode payload is used for changing user settings related to channels. For example: joining, leaving or setting privilages. - | Type | Name | | string | user_address | | string | channel_name | | - uint8 | mode | + +========+==============+ + | Type | Name | + +========+==============+ + | string | user_address | + +--------+--------------+ + | string | channel_name | + +--------+--------------+ + | uint8 | mode | + +--------+--------------+ + + Table 9 2.4.7.1. Modes @@ -299,7 +308,7 @@ Table of Contents | 0x01 | in_channel | +------+------------+ - Table 9 + Table 10 2.4.8. Test @@ -326,7 +335,7 @@ Table of Contents | uint64 | num4 | +-----------+-------+ - Table 10 + Table 11 2.5. Sequential operations |
