repo.or.cz
/
adiumx.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Removed some debug logging
[adiumx.git]
/
ASUnitTests
/
AdiumSupportsAIM.applescript
blob
9d2cd17c76172d2b14e9873ac6e296a1eea51650
1
global
HandyAdiumScripts
2
3
on
run
4
tell
application
"Adium"
5
if not
(
exists
service
"AIM"
)
then error
6
end tell
7
end
run