Profile: Dan Diemer (dandiemer)
http://dandiemer.com | |
3 comments | |
0 xtras |
Latest comments
# by dandiemer on 09/17/08 at 18:58:58
Check my patch on http://www.adiumxtras.com/index.php?a...3484#c20195 and see if it works
# by dandiemer on 09/17/08 at 18:57:15
I actually just patched this myself and it seems to work.
using the finder click Go than Go To Folder, then type ~/Library/Application Support/Scripts
right click on Twitter.AdiumScripts and hit Show Package Contents, then navigate to Contents/Resources and edit the twitter.rb file with a text editor.
Replace the following:
open(twitterfile,"w").write(twitter)
puts twitter
with:
if twitter.index('@') == 0
else
open(twitterfile,"w").write(twitter)
puts twitter
end
Lemme know if it works for you.
using the finder click Go than Go To Folder, then type ~/Library/Application Support/Scripts
right click on Twitter.AdiumScripts and hit Show Package Contents, then navigate to Contents/Resources and edit the twitter.rb file with a text editor.
Replace the following:
open(twitterfile,"w").write(twitter)
puts twitter
with:
if twitter.index('@') == 0
else
open(twitterfile,"w").write(twitter)
puts twitter
end
Lemme know if it works for you.
# by dandiemer on 09/17/08 at 18:59:23