]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
REG_ALL check is not required, since OnUserConnect is triggered after NICK/USER recie...
authorw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 8 Apr 2008 10:29:45 +0000 (10:29 +0000)
committerw00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7>
Tue, 8 Apr 2008 10:29:45 +0000 (10:29 +0000)
commit2a14a087c4d778562120b54d62f893faaf964313
tree6a93942e794733a107f7a6027ce49a37c9ab544e
parent1ff54f0c4d4a53003319e72e3c7cbcf4c6c025e3
REG_ALL check is not required, since OnUserConnect is triggered after NICK/USER recieved, but we don't want to bother trying to SHUN remote users too, so check IS_LOCAL in the connection event

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9419 e03df62e-2008-0410-955e-edbf42e46eb7
src/modules/m_shun.cpp