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

2
say.py
View File

@@ -64,4 +64,4 @@ def prof_init(version, status):
examples = []
prof.register_command("/say", 1, 2, synopsis, description, args, examples, _cmd_say)
prof.register_ac("/say", [ "on", "off", "test" ])
prof.completer_add("/say", [ "on", "off", "test" ])