1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 15:34:47 +02:00
This commit is contained in:
luke
2003-06-23 13:14:58 +00:00
parent f60d1c2e20
commit 6ea328e05c
+1 -1
View File
@@ -1983,7 +1983,7 @@ static int m_message(cptr, sptr, parc, parv, notice)
break; /* ignore it :P */
}
pfixchan[len] = '\0';
strncat(pfixchan, p2, sizeof(pfixchan));
strncat(pfixchan, p2, sizeof(pfixchan) - strlen(pfixchan));
nick = pfixchan;
}
}