In cqrlog DXcluster preferences I have a list of excluded entities that shall be sent to dx cluster when connected.
Using VE7CC.net cluster that uses CC cluster software, entities listed must be comma separated like:
SET/FILTER DXCTY/REJECT SM,OH,OZ,DL,SP,PA,ON,F,EA,EA6,EA8,EA9,I,IT9,IS,9A,LZ,HA,HB,LX,G,GW,GM,GI,GD,GU,EI,LY,CT,TA,4X,OK,OM,9A,ER,YU,YO,E7,S5,OE,K,KP4,VE,ES,UA,UA9,UN,UR,5B,YL,EU,4O,SV,SV9,SV5,T7,PY,Z3
Putting this line in cqrlog dxcluser preferences results in only the first exluded entity beeing accepted, as cqrlog sees the comma as an instruction to send only SET/FILTER DXCTY/REJECT SM, and afterwards sends in sequences OH, OZ and so on, without the SET/FILTER instruction.
Could anyone advice me on how to automatically send this sequence to the cluster after connection?
If it is an easy option to change the cqrlog command separation from comma, to e.g. semi colon in the source code, I would be happy to be adviced to the file and line, so I could do i myself and compile the code. I am no programmer, but can edit a text file and compile the code. I am using the master code from github.
73 de LB2EG Richard
HI Richard!
src/fDXCluster.pas:774: cmds.Delimiter := ',';
--
Saku
OH1KH
Works!
Thanks Saku!
73 de LB2EG Richard