DXSpider Sysop Command Reference

From DXSpider Documentation Wiki
Revision as of 21:29, 31 March 2025 by WI3W (talk | contribs)
Jump to navigation Jump to search

Accept

  • accept set a filter to accept something
  • Create a filter to accept something. There are 2 types of filter, accept and reject. See Help Filtering for more info.

accept/announce <call> [input] [0-9] <pattern>

  • accept/announce <call> [input] [0-9] <pattern> - Announce filter sysop version
  • This version allows a sysop to set a filter for a callsign as well as the default for nodes and users eg:
  1. accept/ann by G,M,2
  2. accept/ann input node_default by G,M,2
  3. accept/ann user_default by G,M,2

accept/announce [0-9] <pattern>

  • Set an 'accept' filter line for announce
  • Create an 'accept this announce' line for a filter. An accept filter line means that if the announce matches this filter it is passed onto the user. See HELP FILTERING for more info. Please read this to understand how filters work - it will save a lot of grief later on. You can use any of the following things in this line:
 info <string> - eg: iota or qsl
 by <prefixes> - eg: G,M,2
 origin <prefixes>
 origin_dxcc <prefixes or numbers> - eg: 61,62 (from eg: sh/pre G)
 origin_itu <prefixes or numbers> or: G,GM,GW
 origin_zone <prefixes or numbers>
 origin_state <states> eg: VA,NH,RI,NH
 by_dxcc <prefixes or numbers>
 by_itu <prefixes or numbers>
 by_zone <prefixes or numbers>
 by_state <states>
 channel <prefixes>  wx 1 filter WX announces
 dest <prefixes> eg: 6MUK,WDX

some examples:

 acc/ann dest 6MUK
 acc/ann 2 by_zone 14,15,16
 (this could be all on one line: acc/ann dest 6MUK or by_zone 14,15,16)

or

 acc/ann by G,M,2 

for american states

 acc/ann by_state va,nh,ri,nh

You can use the tag 'all' to accept everything eg:

 acc/ann all

but this probably for advanced users...