uberserver icon indicating copy to clipboard operation
uberserver copied to clipboard

SAY needs to update lastid

Open abma opened this issue 7 years ago • 5 comments

else on rejoin duplicate messages are shown

abma avatar Oct 19 '17 20:10 abma

maybe: -> JSON {"cmd":"say", "msg": "hello world" ....} <- JSON {"cmd":"say", "lastid": 3}

abma avatar Oct 19 '17 20:10 abma

i guess this needs a new compat flag?!

abma avatar Oct 19 '17 20:10 abma

or easier:

JSON {"cmd": "login", "username": ...."} sets the flag?!

abma avatar Oct 19 '17 20:10 abma

better:

-> JSON {"cmd": "join", "lastid": 1337 ... } -> JSON {"cmd": "say" ... } <- JSON {"cmd": "say", "lastid": 1338, ...}

(json join enables json mode?!)

abma avatar Oct 19 '17 21:10 abma

n2s, mix of json & non-json SAID is involved here

silentwings avatar Feb 18 '20 19:02 silentwings