mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-08 15:53:13 +02:00
- Fixed prefix bug caused by previous 'fix'/behavior change. Reported by aquanight (#0002067).
This commit is contained in:
@@ -373,6 +373,9 @@ DLLFUNC int m_message(aClient *cptr, aClient *sptr, int parc, char *parv[], int
|
||||
abort();
|
||||
strlcpy(pfixchan+1, p2, sizeof(pfixchan)-1);
|
||||
nick = pfixchan;
|
||||
} else {
|
||||
strlcpy(pfixchan, p2, sizeof(pfixchan));
|
||||
nick = pfixchan;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user