diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-05 00:08:48 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-03-05 00:08:48 +0000 |
commit | aa223a7d91019c5fe30acc86b69d73530c4ddcf5 (patch) | |
tree | 254407f8a546075c4105f076098ea148b77f6b3f /src/svn-rev.sh | |
parent | 49329f48b7ba021204af09a9d60f727ba368b72f (diff) |
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
Diffstat (limited to 'src/svn-rev.sh')
-rwxr-xr-x | src/svn-rev.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/svn-rev.sh b/src/svn-rev.sh index 86cc01a73..25451a415 100755 --- a/src/svn-rev.sh +++ b/src/svn-rev.sh @@ -1 +1 @@ -echo 3457 +echo 3459 |