start the Aranea additions
[spider.git] / perl / ExtMsg.pm
index f1472789152fbfc3836142577d8831e86a4b591e..133a1513acdef46cba5bb2cefc808f601e104716 100644 (file)
@@ -32,6 +32,11 @@ use vars qw(@ISA $deftimeout);
 @ISA = qw(Msg);
 $deftimeout = 60;
 
+sub login
+{
+       goto &main::login;        # save some writing, this was the default
+}
+
 sub enqueue
 {
        my ($conn, $msg) = @_;