change interface to Route::findroutes
[spider.git] / cmd / send_config.pl
diff --git a/cmd/send_config.pl b/cmd/send_config.pl
new file mode 100644 (file)
index 0000000..75916d3
--- /dev/null
@@ -0,0 +1,10 @@
+#
+# send out PC92 config records manually
+#
+
+my $self = shift;
+return (1, $self->msg('e5')) unless $self->priv > 5;
+
+$main::me->broadcast_pc92_update($main::mycall);
+
+return (1, $self->msg('ok'));