Cleaned up things, RENAMED VARIABLES! now we have ANSW_R_* and ANSW_L_* namespaces...
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.d / 00-forward.sh
index 4ecad9fb4d2a2f284ea8f20e7072c9b618f1141b..a61ce0023f9ff2fe81532157ab261a754b568119 100755 (executable)
@@ -3,4 +3,4 @@
 FORWARD_PROTOCOL='irc';
 FORWARD_ACCOUNT='Harvie@irc.freenode.net';
 FORWARD_TO='hrv';
-purple-remote "$FORWARD_PROTOCOL:goim?account=$FORWARD_ACCOUNT&screenname=$FORWARD_TO&message=""$(echo "<$ANSW_PROTOCOL:$ANSW_FROM> $ANSW_MSG" | tr '&' ' ')"
+purple-remote "$FORWARD_PROTOCOL:goim?account=$FORWARD_ACCOUNT&screenname=$FORWARD_TO&message=""$(echo "<$ANSW_PROTOCOL:$ANSW_R_NAME> $ANSW_MSG" | tr '&' ' ')"
This page took 0.129541 seconds and 4 git commands to generate.