diff --git a/mesh_bot.py b/mesh_bot.py index fd6cf08..13cbd88 100755 --- a/mesh_bot.py +++ b/mesh_bot.py @@ -52,7 +52,7 @@ def auto_response(message, snr, rssi, hop, pkiStatus, message_from_id, channel_n "sun": lambda: handle_sun(message_from_id, deviceID, channel_number), "hfcond": hf_band_conditions, "solar": lambda: drap_xray_conditions() + "\n" + solar_conditions(), - "lheard": lambda: handle_lheard(message_from_id, deviceID), + "lheard": lambda: handle_lheard(message_from_id, deviceID, isDM), "sitrep": lambda: handle_lheard(message_from_id, deviceID), "whereami": lambda: handle_whereami(message_from_id, deviceID, channel_number), "tide": lambda: handle_tide(message_from_id, deviceID, channel_number),