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

Don't show float in port number on STATS C

parent 02f38bc1
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -1448,7 +1448,7 @@ function IRCClient_do_stats(statschar) {
case "c":
for (i in CLines) {
this.numeric(213,format(
"C %s * %s %s %u",
"C %s * %s %u %u",
CLines[i].host,
CLines[i].servername,
CLines[i].port ? CLines[i].port : "*",
......
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