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

Fix up the server-to-server AKILL message

parent cddd35c3
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -196,9 +196,14 @@ function Server_Work(cmdline) {
}
this.bcast_to_servers_raw(format(
":%s %s",
":%s AKILL %s %s %d %s %lu :%s",
origin.nick,
p.join(" ")
p[0],
p[1],
parseInt(p[2]),
p[3],
parseInt(p[4]),
p[5]
));
k = p[1] + "@" + p[0];
......
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