From 2d86278096674dea9d475747a7c80bede538fbc8 Mon Sep 17 00:00:00 2001 From: special Date: Sun, 1 Oct 2006 00:19:36 +0000 Subject: Added OnPostJoin, which is (at the moment) almost exactly identical to OnUserJoin but called after, so you can play with linking git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5361 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/channels.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/channels.cpp') diff --git a/src/channels.cpp b/src/channels.cpp index 3f74698d5..de698883f 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -427,6 +427,7 @@ chanrec* chanrec::ForceChan(InspIRCd* Instance, chanrec* Ptr,ucrec *a,userrec* u Ptr->UserList(user); } FOREACH_MOD_I(Instance,I_OnUserJoin,OnUserJoin(user,Ptr)); + FOREACH_MOD_I(Instance,I_OnPostJoin,OnPostJoin(user,Ptr)); return Ptr; } -- cgit v1.3.1-10-gc9f91