]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
In answer to w00ts question, the channel might not exist, because of the following...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 24 Nov 2006 16:32:16 +0000 (16:32 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Fri, 24 Nov 2006 16:32:16 +0000 (16:32 +0000)
commitf13202da23167c8bf8ea457ba75a497d83806f34
treebf03d2afdcfa16cf3582fb665e31d3581b78bf9f
parentc397545cd83a2dc38e44c67822446cedb386d663
In answer to w00ts question, the channel might not exist, because of the following situation
user A exists on both servers.
When servers link, user A is collided, but one or both servers still get the FJOIN:  FJOIN #chan 1234 :@,A
of course, A is gone, the only join to the channel fails, so the channel actually doesnt exist at the end of the loop, so chan == NULL :)

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