diff options
author | Craig Andrews <candrews@integralblue.com> | 2009-08-06 14:39:59 -0400 |
---|---|---|
committer | Craig Andrews <candrews@integralblue.com> | 2009-08-06 14:39:59 -0400 |
commit | 153248b48230a342648577480e36224eaee85535 (patch) | |
tree | 960a7c8a5fb96c7391502c64326e41f05bbd70dc /plugins/Autocomplete/readme.txt | |
parent | e386a75d1b5271cfcd51825d0d2a420ef66d3622 (diff) |
Added the Autocomplete plugin
Diffstat (limited to 'plugins/Autocomplete/readme.txt')
-rw-r--r-- | plugins/Autocomplete/readme.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/Autocomplete/readme.txt b/plugins/Autocomplete/readme.txt new file mode 100644 index 000000000..3272aa1ee --- /dev/null +++ b/plugins/Autocomplete/readme.txt @@ -0,0 +1,6 @@ +Autocomplete allows users to autocomplete screen names in @ replies. When an "@" is typed into the notice text area, an autocomplete box is displayed populated with the user's friends' screen names. + +Installation +============ +Add "addPlugin('Autocomplete');" to the bottom of your config.php +That's it! |