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
ca, fr, fr_CA, and it updates
[adiumx.git]
/
ASUnitTests
/
GetServiceName.applescript
blob
a1b72f34d7965fd0def49d8e1eb727558b27eed6
1
global
HandyAdiumScripts
2
3
on
run
4
tell
application
"Adium"
5
if
(
get
name
of
service
"AIM"
)
is not
"AIM"
then error
6
end tell
7
end
run