Ticket #673 (assigned Defect)
process incoming chat message (!commands) not working anymore
| Reported by: | granger.laurent@… | Owned by: | timothy |
|---|---|---|---|
| Priority: | High | Milestone: | |
| Component: | AppleScript Support | Version: | Latest Nightly |
| Severity: | Critical | Keywords: | remote process incoming chat message |
| Cc: |
Description
Since last update (that should be r3263) my "remote" applescripts don't work anymore.
Very simple script example :
on process incoming chat message m
try
if body of m starts with "!mens" then
set reponse to "<font color=\"lime\">..</font> <font color=\"grey\">[taille]</font> <font color=\"lime\">1,88 mètre .. </font><font color=\"grey\">[Poids]</font><font color=\"lime\"> 79 kg .. </font><font color=\"grey\">[zizi]</font> <font color=\"lime\">dlb à lmas ..</font>"
tell panel "#freelooser" to send message reponse with action tense
end if
end try
end process incoming chat message
please don't ask for the meaning of such a stupid remote :p
Change History
Note: See
TracTickets for help on using
tickets.
