]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
JOIN now has a TS parameter on it. The client protocol will ignore this when we pass...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 6 Sep 2006 11:28:53 +0000 (11:28 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Wed, 6 Sep 2006 11:28:53 +0000 (11:28 +0000)
commit29f296665d0625883d13d2c979cba702c952f5ec
tree39ab7cc687e153a862b1438247ea693a585c5be1
parentc25f5a3ef66c7b1ab5a7ac60fa7b5abd796587bb
JOIN now has a TS parameter on it. The client protocol will ignore this when we pass it down to the command parser, it is for use if theres a minor desync and we send a PART for the last user at the same time the other side sends a JOIN for a new user, we can at least keep the TS in step.

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