Renamed register_ac->completer_add

This commit is contained in:
James Booth
2016-04-07 20:49:46 +01:00
parent f4accf64ef
commit 709ae90e88
7 changed files with 30 additions and 30 deletions

View File

@@ -71,4 +71,4 @@ def prof_init(version, status):
"/system send uname -a"
]
prof.register_command("/system", 0, 2, synopsis, description, args, examples, _cmd_system)
prof.register_ac("/system", [ "exec", "send" ])
prof.completer_add("/system", [ "exec", "send" ])