diff --git a/Acars.cs b/Acars.cs index d04f701..c746c73 100644 --- a/Acars.cs +++ b/Acars.cs @@ -35,6 +35,7 @@ public void init( Main main, String logon ) { public void start() { hoppieTimer.Enabled = true; Plugin.SendDebug("[ACARS] Starting ACARS"); + fetchHoppie(null, null); } /* @@ -125,7 +126,7 @@ private void parseHoppie( String response ) { Plugin.SendPushover($"[{type.ToUpper()}] {from}: {message}"); } - Plugin.SendDebug($"Received message with key {key} with msg: {message}"); + Plugin.SendDebug($"[ACARS] Cached {key} with message: {message}"); }