Added a note about quotes for /COMPLETION -delete when -auto is specified for the completion you try to remove

git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3685 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
Valentin Batz 2004-11-28 08:23:21 +00:00 committed by vb
commit 989a5019ee

View file

@ -24,5 +24,8 @@ there's already some <prefix> completion in the list, it will get replaced.
/COMPLETION -delete <prefix> removes completion of <prefix> from the user
completion list.
Note: When -auto is specified for the <prefix> you want to remove you have to
quote it like /COMPLETION -delete '<prefix>'. Works with doublequotes aswell.
See also: BIND