add the ability to limit no of connections
[spider.git] / perl / Route / User.pm
index 551b32e61dd512dc9fc445068a29b8ee2b45ee44..e25c199cfdd40e6e7a8dc5ce53b23e916ab070b6 100644 (file)
@@ -3,7 +3,7 @@
 #
 # Copyright (c) 2001 Dirk Koopman G1TLH
 #
-# $Id$
+#
 # 
 
 package Route::User;
@@ -92,6 +92,8 @@ sub delparent
     return $self->_dellist('parent', @_);
 }
 
+
+
 #
 # generic AUTOLOAD for accessors
 #