X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FIntMsg.pm;h=0318c2b3bddb3a26b3f0525573f102c246132d58;hb=6f20114b034d329c1e2a4f91f0aba2f6ec4002d4;hp=a940347d311366227a069b07e1d03ad9b79f0f28;hpb=72dc0f2eeecaf78902acacb9d183b7f9215dd385;p=spider.git diff --git a/perl/IntMsg.pm b/perl/IntMsg.pm index a940347d..0318c2b3 100644 --- a/perl/IntMsg.pm +++ b/perl/IntMsg.pm @@ -23,6 +23,11 @@ use vars qw(@ISA); @ISA = qw(Msg); +sub login +{ + goto &main::login; # save some writing, this was the default +} + sub enqueue { my ($conn, $msg) = @_;