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

..and don't try to stuff a string into %u

parent 48863658
No related branches found
No related tags found
1 merge request!455Update branch with changes from master
......@@ -1451,7 +1451,7 @@ function IRCClient_do_stats(statschar) {
"C %s * %s %u %u",
CLines[i].host,
CLines[i].servername,
CLines[i].port ? CLines[i].port : "*",
CLines[i].port ? CLines[i].port : 0,
CLines[i].ircclass
));
if (NLines[i]) {
......
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