mirror of
https://github.com/weechat/weechat.git
synced 2026-07-03 16:23:14 +02:00
relay: add negative numbers (integer: -123456 and long: -1234567890L) in command "test" (weechat protocol)
This commit is contained in:
@@ -418,7 +418,9 @@ Returned objects (in this order):
|
||||
| Type | Type (in message) | Value
|
||||
| char | chr | 65 ("A")
|
||||
| integer | int | 123456
|
||||
| integer | int | -123456
|
||||
| long | lon | 1234567890
|
||||
| long | lon | -1234567890
|
||||
| string | str | "a string"
|
||||
| string | str | ""
|
||||
| string | str | NULL
|
||||
|
||||
Reference in New Issue
Block a user