]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Sped up introduction of nicks using vector::resize() rather than the craq++ loop...
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 5 Mar 2006 00:08:48 +0000 (00:08 +0000)
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 5 Mar 2006 00:08:48 +0000 (00:08 +0000)
commitaa223a7d91019c5fe30acc86b69d73530c4ddcf5
tree254407f8a546075c4105f076098ea148b77f6b3f
parent49329f48b7ba021204af09a9d60f727ba368b72f
Sped up introduction of nicks using vector::resize() rather than the craq++ loop (wtf was i thinking doing it that way?)
Removed 'client connecting notices dont show locally during burst' -- this is silly as it doesnt work remotely and is pretty much pointless

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@3460 e03df62e-2008-0410-955e-edbf42e46eb7
include/channels.h
src/modules/m_spanningtree.cpp
src/svn-rev.sh
src/users.cpp