Added variables AGENT and AGENT_VERSION
[mirrors/libpurple-core-answerscripts.git] / answerscripts.c
index 81f20b293142cf83d26ddac80f9aa5c6396dbca9..d561c373743bea61cb133ac172a6b069a955c6ee 100755 (executable)
@@ -194,7 +194,9 @@ static PurplePluginInfo info = {
 };
 
 static void init_plugin(PurplePlugin * plugin) {
-
+       //Export static environment variables
+       setenv(ENV_PREFIX "AGENT", (char *) purple_core_get_ui(), 1);
+       setenv(ENV_PREFIX "AGENT_VERSION", (char *) purple_core_get_version(), 1);
 }
 
 PURPLE_INIT_PLUGIN(autoanswer, init_plugin, info)
This page took 0.112393 seconds and 4 git commands to generate.