Skip to content
Snippets Groups Projects
Commit afc8ce5c authored by Randy Sommerfeld's avatar Randy Sommerfeld
Browse files

Force the topic TS into an integer also

parent 82d88447
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -1184,7 +1184,7 @@ function Server_Work(cmdline) {
break;
if (p[3] == tmp.topic)
break;
tmp.topictime = this.hub ? p[2] : Epoch();
tmp.topictime = this.hub ? parseInt(p[2]) : Epoch();
tmp.topic = p[3];
tmp.topicchangedby = p[1];
origin.bcast_to_channel(tmp, format(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment