diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-16 10:21:11 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-10-16 10:21:11 +0000 |
commit | d6bcb852f2ba7c72d95567a034408076b291d459 (patch) | |
tree | 6960314025dafbb8cd8def3f59d206fb3a2f1a0c | |
parent | 8830c2848b10755096eab2f46fd4bfd08f731a53 (diff) |
Update a comment
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8216 e03df62e-2008-0410-955e-edbf42e46eb7
-rw-r--r-- | src/users.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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)); |