From b9dd561f19e5f57c06e54c966fa198f8654e61d4 Mon Sep 17 00:00:00 2001 From: brain Date: Wed, 30 Nov 2005 11:20:52 +0000 Subject: Made OnUserInvite actually trigger git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@2041 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/commands.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/commands.cpp b/src/commands.cpp index 321e6bc3c..6be68328e 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -442,7 +442,7 @@ void handle_invite(char **parameters, int pcnt, userrec *user) u->InviteTo(c->name); WriteFrom(u->fd,user,"INVITE %s :%s",u->nick,c->name); WriteServ(user->fd,"341 %s %s %s",user->nick,u->nick,c->name); - + FOREACH_MOD OnUserInvite(user,u,c); } else { -- cgit v1.2.3