mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 17:34:46 +02:00
bleh
This commit is contained in:
+1
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user