From 27199ee710c2d4d35b68ab0d974feedbdb65da09 Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 26 Sep 2006 17:16:42 +0000 Subject: make OnPostConnect global git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@5339 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/modules.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/modules.h b/include/modules.h index 3f6ddb8d0..26b7d5014 100644 --- a/include/modules.h +++ b/include/modules.h @@ -1179,6 +1179,7 @@ class Module : public Extensible /** Called after a user has fully connected and all modules have executed OnUserConnect * This event is informational only. You should not change any user information in this * event. To do so, use the OnUserConnect method to change the state of local users. + * This is called for both local and remote users. * @param user The user who is connecting */ virtual void OnPostConnect(userrec* user); -- cgit v1.2.3