X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=README.md;h=20bbc3cc3f177bc8680b6322b6926baa713e96c6;hb=43863b1d6390d8eced602f1762a6c563e98bc17d;hp=57921952dcbd76f96669caf6f342664b2fdb6905;hpb=b1866b8c5dc9289d195f78dd77c6007131781d14;p=mirrors%2Flibpurple-core-answerscripts.git diff --git a/README.md b/README.md index 5792195..20bbc3c 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,8 @@ There are lot of hacks that you can do with this simple framework if you know so * ANSW\_R\_NAME (ID of remote user - "buddy") * ANSW\_R\_GROUP (group which contains that buddy OR empty string) * ANSW\_R\_ALIAS (buddy's alias, server alias, contact alias, username OR empty string) + * ANSW\_R\_STATUS (unique ID of remote user's status. eg.: available, away,...) + * ANSW\_R\_STATUS\_MSG (status message set by your buddy) * ANSW\_L\_NAME (ID of local user) * ANSW\_L\_ALIAS (Alias of local user OR empty string) * ANSW\_L\_STATUS (unique ID of local user's status. eg.: available, away,...) @@ -53,6 +55,7 @@ Following answerscript will reply to each incoming message if you are not availa ###From packages - ArchLinux: http://aur.archlinux.org/packages.php?ID=37942 + ###Manually - The libpurple header files are needed to compile the plugin. - To build and install :