announce lxmf bot

This commit is contained in:
Gabby Morgan
2026-06-04 22:34:42 -05:00
parent 4f3cba396e
commit 64e8726a88
+2
View File
@@ -549,6 +549,7 @@ class LXSTRelay(SignallingReceiver):
# ---- Startup announce ----
self.destination.announce()
self.bot_destination.announce()
self.channel_manager.announce_all()
RNS.log(
@@ -747,6 +748,7 @@ class LXSTRelay(SignallingReceiver):
def announce(self):
self.destination.announce()
self.bot_destination.announce()
self.channel_manager.announce_all()
RNS.log("Relay announced on network", RNS.LOG_NOTICE)