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

Use correct formatting for printf in NICK

parent 1dab9e23
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
...@@ -1395,7 +1395,7 @@ function IRCClient_server_info(sni_server) { ...@@ -1395,7 +1395,7 @@ function IRCClient_server_info(sni_server) {
function IRCClient_server_nick_info(sni_client) { function IRCClient_server_nick_info(sni_client) {
this.rawout( this.rawout(
format("NICK %s %s %s %s %s %s %s 0 %s :%s", format("NICK %s %d %lu %s %s %s %s 0 %lu :%s",
sni_client.nick, sni_client.nick,
parseInt(sni_client.hops) + 1, parseInt(sni_client.hops) + 1,
sni_client.created, sni_client.created,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment