mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 13:33:12 +02:00
- Fixed prefix bug caused by previous 'fix'/behavior change. Reported by aquanight (#0002067).
This commit is contained in:
@@ -349,3 +349,4 @@
|
||||
- Added french docs, translated by Kolibot & Babass.
|
||||
- Changed some stuff to use the release version of MS libraries.
|
||||
- Updated installer for msvcr70.dll
|
||||
- Fixed prefix bug caused by previous 'fix'/behavior change. Reported by aquanight (#0002067).
|
||||
|
||||
@@ -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