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

@@ -44,4 +44,4 @@ def prof_init(version, status):
examples = []
prof.register_command("/chatterbot", 0, 1, synopsis, description, args, examples, _cmd_chatterbot)
prof.register_ac("/chatterbot", [ "enable", "disable" ])
prof.completer_add("/chatterbot", [ "enable", "disable" ])