This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using terms from application "Messages" | |
on message sent theMessage with eventDescription | |
end message sent | |
on message received theMessage from theBuddy for thisChat with eventDescription | |
set thisResponse to "I'm away." | |
send thisResponse to thisChat | |
end message received | |
on chat room message received from theBuddy for thisChat with eventDescription |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# for web2py | |
cache | |
databases | |
errors | |
sessions | |
# inherit https://github.com/github/gitignore/blob/master/Python.gitignore | |
*.py[co] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<system.net> | |
<defaultProxy> | |
<proxy | |
usesystemdefault="false" | |
proxyaddress="http://localhost:8888" | |
/> | |
</defaultProxy> | |
</system.net> |