]> jfr.im git - solanum.git/blobdiff - extensions/invite_notify.c
callerid: actually the guard should be for source_p
[solanum.git] / extensions / invite_notify.c
index bc7c84f77ede0c07fa2054bb53004f595c208ee3..19708f90cdd1b3946e961b816f9703b581a216a6 100644 (file)
@@ -13,7 +13,7 @@ static void m_invited(struct MsgBuf *, struct Client *, struct Client *, int, co
 static unsigned int CAP_INVITE_NOTIFY;
 
 mapi_hfn_list_av1 inv_notify_hfnlist[] = {
-       { "invite", hook_invite },
+       { "invite", hook_invite, HOOK_MONITOR },
        { NULL, NULL }
 };