Bugfix: some FAMILY: 1 OPCODE: f packets have extra information. (if snac flags > 0?)
parent
e638d7abe9
commit
fe8ea12043
|
@ -373,6 +373,12 @@ M: object get-banned ( name -- <buddy> )
|
||||||
] unless ;
|
] unless ;
|
||||||
|
|
||||||
: handle-online-info
|
: handle-online-info
|
||||||
|
snac-flags get 32768 = [
|
||||||
|
head-short drop
|
||||||
|
head-short drop
|
||||||
|
head-short drop
|
||||||
|
head-short drop
|
||||||
|
] when
|
||||||
(handle-online-info)
|
(handle-online-info)
|
||||||
; FAMILY: 1 OPCODE: f
|
; FAMILY: 1 OPCODE: f
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue