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

Use integer instead of string in initial TOPIC burst

parent 73d95b34
Branches
Tags
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #2384 passed
...@@ -1375,7 +1375,7 @@ function IRCClient_synchronize() { ...@@ -1375,7 +1375,7 @@ function IRCClient_synchronize() {
for (i in Channels) { for (i in Channels) {
if ((i[0] == "#") && Channels[i].topic) { if ((i[0] == "#") && Channels[i].topic) {
this.rawout(format( this.rawout(format(
"TOPIC %s %s %s :%s", "TOPIC %s %s %lu :%s",
Channels[i].nam, Channels[i].nam,
Channels[i].topicchangedby, Channels[i].topicchangedby,
Channels[i].topictime, Channels[i].topictime,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment