timestamp: use steam client chat timestamp support
The chat building scripts have variables now for message timestamp, so we can just assign our timestamp to those instead.
This commit is contained in:
@@ -505,6 +505,8 @@ public class Instructions implements Opcodes
|
||||
add(CHAT_SETMESSAGEFILTER, "chat_setmessagefilter");
|
||||
add(CHAT_GETMESSAGEFILTER, "chat_getmessagefilter");
|
||||
add(WRITECONSOLE, "writeconsole");
|
||||
add(CHAT_GETHISTORYEX_BYTYPEANDLINE, "chat_gethistoryex_bytypeandline");
|
||||
add(CHAT_GETHISTORYEX_BYUID, "chat_gethistoryex_byuid");
|
||||
add(GETWINDOWMODE, "getwindowmode");
|
||||
add(SETWINDOWMODE, "setwindowmode");
|
||||
add(GETDEFAULTWINDOWMODE, "getdefaultwindowmode");
|
||||
|
||||
@@ -497,6 +497,8 @@ public interface Opcodes
|
||||
int CHAT_SETMESSAGEFILTER = 5021;
|
||||
int CHAT_GETMESSAGEFILTER = 5022;
|
||||
int WRITECONSOLE = 5023;
|
||||
int CHAT_GETHISTORYEX_BYTYPEANDLINE = 5030;
|
||||
int CHAT_GETHISTORYEX_BYUID = 5031;
|
||||
int GETWINDOWMODE = 5306;
|
||||
int SETWINDOWMODE = 5307;
|
||||
int GETDEFAULTWINDOWMODE = 5308;
|
||||
|
||||
Reference in New Issue
Block a user