fix console.pl max scroll depth
[spider.git] / cmd / agwrestart.pl
index 3e44ef8dde801e66312b2faf82985487b8d93cfc..a90eea00b4a6b8d31237c3607ab5ecc043d4a1f5 100644 (file)
@@ -1,9 +1,9 @@
 #
 # restart an agw connection
 #
-# $Id$
+#
 #
 my $self = shift;
 return (1, $self->msg('e5')) if $self->priv < 5;
-AGWMsg::init();
+main::AGWrestart();
 return (1, $self->msg('done'));