Added new ENV value ANSW_PROTOCOL. Now you can securely recognize user by his nick...
[mirrors/libpurple-core-answerscripts.git] / purple / answerscripts.sh
index dbcb548a4b74f971651b21022cc47adc154f9a00..4dc0e8abc244928a48f588e5b29803677b74d4b4 100755 (executable)
@@ -2,8 +2,9 @@
 
 #      This file is called for every message received by libpurple clients (pidgin,finch,...)
 #              - Following env values are passed to this script:
-#                      - ANSW_FROM     (who sent you message)
 #                      - ANSW_MSG      (text of the message)
+#                      - ANSW_FROM     (who sent you message)
+#                      - ANSW_PROTOCOL (protocol used to deliver the message. eg.: jabber, irc,...)
 #                      - ANSW_STATUS   (unique ID of status. eg.: available, away,...)
 #                      - ANSW_STATUS_MSG       (status message set by user)
 #              - WARNING: You should mind security (don't let attackers to execute their messages/nicks!)
This page took 0.099265 seconds and 4 git commands to generate.