Fixed a problem when compiling with GUEST defined

This commit is contained in:
codemastr 2004-05-04 18:25:44 +00:00
parent 116aaa17ea
commit 087e36a112
2 changed files with 2 additions and 1 deletions

View file

@ -3115,3 +3115,4 @@ seen. gmtime warning still there
This is the 3.2 fixes branch.
- Replaced tre.dll/tre.lib, previous versions caused a crash (eg: if you included
spamfilter.conf).
- Fixed a problem when compiling with GUEST enabled. Reported by dvzion (#0001758)

View file

@ -1285,7 +1285,7 @@ CMD_FUNC(m_nick)
#ifdef GUEST
if (IsUnknown(sptr))
{
RunHook(HOOKTYPE_GUEST, cptr, sptr, parc, parv);
RunHook4(HOOKTYPE_GUEST, cptr, sptr, parc, parv);
return 0;
}
#endif