1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-08 13:43:13 +02:00

docs, module hook, blablabla.

This commit is contained in:
Bram Matthys
2003-05-01 19:23:00 +00:00
parent 40f4bb7e6c
commit 9f4d4e674e
8 changed files with 78 additions and 185 deletions
+1 -1
View File
@@ -971,7 +971,7 @@ extern int register_user(aClient *cptr, aClient *sptr, char *nick, char *usernam
return xx;
}
find_shun(sptr);
RunHookReturn(HOOKTYPE_PRE_LOCAL_CONNECT, sptr, >0);
RunHookReturnInt(HOOKTYPE_PRE_LOCAL_CONNECT, sptr, !=0);
}
else
{