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

Use %lu in TOPIC instead of %d to prevent floating-point problem

parent 57363546
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -1193,7 +1193,7 @@ function Server_Work(cmdline) {
tmp.topic
),false /*bcast*/);
this.bcast_to_servers_raw(format(
":%s TOPIC %s %s %d :%s",
":%s TOPIC %s %s %lu :%s",
origin.nick,
tmp.nam,
p[1],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment