X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fpidgin-plugins%2Fcore-answerscripts%2Fanswerscripts.c;fp=plugins%2Fpidgin-plugins%2Fautokiss%2Fanswerscripts.c;h=51c49338e3aec3ef6e15d09190f814c87a2a1537;hb=6c6cc56619080a102e2c44555746aaf7321debd1;hp=a4bc95b9b769bad0b2e6d5d70ae229b641b399d7;hpb=0a076ca80e0c3c127bcc286633f8cd40bf52c038;p=mirrors%2FPrograms.git diff --git a/plugins/pidgin-plugins/autokiss/answerscripts.c b/plugins/pidgin-plugins/core-answerscripts/answerscripts.c similarity index 97% rename from plugins/pidgin-plugins/autokiss/answerscripts.c rename to plugins/pidgin-plugins/core-answerscripts/answerscripts.c index a4bc95b..51c4933 100755 --- a/plugins/pidgin-plugins/autokiss/answerscripts.c +++ b/plugins/pidgin-plugins/core-answerscripts/answerscripts.c @@ -79,7 +79,7 @@ static PurplePluginInfo info = { "Framework for writing various hooks for libpurple clients", "This plugin will call ~/.purple/" HOOK_SCRIPT " (or wherever purple_user_dir() points) " "script (or any executable) for each single message called." - "Envinronment values PURPLE_FROM and PURPLE_FROM will be set to carry " + "Envinronment values PURPLE_MSG and PURPLE_FROM will be set to carry " "informations about message text and sender so script can respond to that message. " "Any text printed to STDOUT by the script will be sent back as answer to message. " "Please see example scripts for more informations...",