1
0
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:
Sebastien Helleu
2013-03-13 11:50:32 +01:00
parent aa2f5d8acc
commit 7672139d6b
2 changed files with 10 additions and 0 deletions
+2
View File
@@ -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