Update plugins to use filepath completion

This commit is contained in:
James Booth
2016-10-10 22:46:53 +01:00
parent 39f5a03e78
commit 144884d819
3 changed files with 14 additions and 3 deletions

View File

@@ -59,3 +59,4 @@ def prof_init(version, status, account_name, fulljid):
prof.register_command("/imgur", 1, 1, synopsis, description, args, examples, _cmd_imgur)
prof.completer_add("/imgur", [ "screenshot" ])
prof.filepath_completer_add("/imgur")