1
0
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:
Bram Matthys
2004-09-11 19:19:17 +00:00
parent 3b6270056d
commit 19748e6f03
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -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).
+3
View File
@@ -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;
}
}