From d6bcb852f2ba7c72d95567a034408076b291d459 Mon Sep 17 00:00:00 2001 From: w00t Date: Tue, 16 Oct 2007 10:21:11 +0000 Subject: Update a comment git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8216 e03df62e-2008-0410-955e-edbf42e46eb7 --- src/users.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/users.cpp b/src/users.cpp index 04424dd9b..2bd48d5a6 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -973,8 +973,8 @@ void User::FullConnect() ServerInstance->CallCommandHandler("LUSERS", NULL, 0, this); /* - * fix 3 by brain, move registered = 7 below these so that spurious modes and host - * changes dont go out onto the network and produce 'fake direction'. + * We don't set REG_ALL until triggering OnUserConnect, so some module events don't spew out stuff + * for a user that doesn't exist yet. */ FOREACH_MOD(I_OnUserConnect,OnUserConnect(this)); -- cgit v1.2.3