add discover.neighbors to completion list

This commit is contained in:
Florent 2026-02-17 07:10:17 -04:00
parent 4f484915e4
commit d3b8c72aaa

View file

@ -744,6 +744,7 @@ def make_completion_dict(contacts, pending={}, to=None, channels=None):
"password" : None,
"neighbors" : None,
"neighbor.remove": contact_list,
"discover.neighbors": None,
"req_acl":None,
"req_owner" :None,
"req_regions" :None,
@ -3879,6 +3880,8 @@ REPEATER_COMMANDS = {
"clock": {"sync": None},
"time": None,
"neighbors": None,
"neighbor.remove": None,
"discover.neighbors": None,
"stats-core": None,
"stats-radio": None,
"stats-packets": None,
@ -3922,7 +3925,6 @@ REPEATER_COMMANDS = {
"region": {"get": None, "put": None, "remove": None, "save": None, "load": None, "home": None, "allowf": None, "denyf": None, "upload": None, "download": None},
"setperm": None,
"tempradio": None,
"neighbor.remove": None,
"quit": None,
"q": None,
"help": None,