mirror of
https://github.com/pissnet/pissircd.git
synced 2025-08-17 23:51:53 +01:00
Fixed a problem when compiling with GUEST defined
This commit is contained in:
parent
116aaa17ea
commit
087e36a112
2 changed files with 2 additions and 1 deletions
1
Changes
1
Changes
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue