This commit is contained in:
2025-07-30 21:13:15 +02:00
parent 4d5c810786
commit 170b5c7912
5 changed files with 15 additions and 12 deletions

View File

@@ -150,10 +150,10 @@ func (c *TCPClient) ReadLine() {
Log.Debug("Found login prompt...sending callsign")
c.Write([]byte(c.Login + "\r\n"))
c.LoggedIn = true
// c.SetFilters()
// if Cfg.Cluster.Command != "" {
// c.WriteString(Cfg.Cluster.Command + "\n\r")
// }
c.SetFilters()
if Cfg.Cluster.Command != "" {
c.WriteString(Cfg.Cluster.Command + "\n\r")
}
Log.Infof("Connected to DX cluster %s:%s", Cfg.Cluster.Server, Cfg.Cluster.Port)
Log.Info("Start receiving spots")
continue