up
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user