X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FLocal.pm;h=9421f784f3a83f182611702e7a8ec61b79eda022;hb=6a14d3e73d12b525dfe387753feae82a99a24eac;hp=3d2962700bcb3466396e7fb281fe74de8180930a;hpb=5d197c9f7aa2ea796d86aa5473f93956b24cf1b7;p=spider.git diff --git a/perl/Local.pm b/perl/Local.pm index 3d296270..9421f784 100644 --- a/perl/Local.pm +++ b/perl/Local.pm @@ -194,6 +194,26 @@ sub spot return 0; } +# called after the announce has been stored but before it is broadcast, +# you can do funky routing here that is non-standard. 0 carries on +# after this, 1 stops dead and no routing is done (this could mean +# that YOU have done some routing or other instead +# +# Parameters:- +# $self - the DXChannel object +# $line - the input PC12 line +# $announcer - the call that announced this +# $via - the destination * = everywhere, callsign - just to that node +# $text - the text of the chat +# $flag - ' ' - normal announce, * - SYSOP, else CHAT group +# $origin - originating node +# $wx - 0 - normal, 1 - WX +sub ann +{ + return 0; +} + + # called after the wwv has been stored but before it is broadcast, # you can do funky routing here that is non-standard. 0 carries on # after this, 1 stops dead and no routing is done (this could mean @@ -207,6 +227,12 @@ sub wwv return 0; } +# same for wcy broadcasts +sub wcy +{ + return 0; +} + # no idea what or when these are called yet sub userstart {