Advertisement
ircghetto

Untitled

Dec 6th, 2011
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
TCL 1.39 KB | None | 0 0
  1. bind pub - !twitter proc:twitter
  2. bind pub - !tweet proc:tweet
  3. bind pub - !private proc:private
  4. bind pub - !myfriends proc:twitter:friends
  5. bind pub - !myprofile proc:twitter:user
  6. bind pub - !myhome proc:twitter:home
  7. bind pub - !public proc:twitter:public
  8. bind pub - !mymentions proc:twitter:mentions
  9. bind pub - !mymessages proc:twitter:messages
  10. bind pub - !myprivates proc:twitter:privates
  11. bind pub - !tsearch proc:twitter:search
  12. bind pub - !user proc:twitter:user2
  13. bind pub - !rate proc:twitter:rate
  14. bind pub - +follow [list proc:twitter:dofollow "follow"]
  15. bind pub - -follow [list proc:twitter:dofollow "unfollow"]
  16. bind pub - +service [list proc:twitter:service "Added"]
  17. bind pub - -service [list proc:twitter:service "Removed"]
  18. bind pub - !services  [list proc:twitter:service ""]
  19. bind pub - !friends [list proc:twitter:restlist "following"]
  20. bind pub - !followers [list proc:twitter:restlist "followers"]
  21. bind evnt - prerehash proc:twitter:save
  22. bind pub - +app [list proc:twitter:apps "Added"]
  23. bind pub - -app [list proc:twitter:apps "Removed"]
  24. bind pub - !apps  [list proc:twitter:apps ""]
  25. bind pub - +track [list proc:twitter:track "Added"]
  26. bind pub - -track [list proc:twitter:track "Removed"]
  27. bind pub - !track  [list proc:twitter:track ""]
  28. bind pub - !RTofme proc:twitter:rtome
  29. bind pub - !RTbyme proc:twitter:rtbme
  30. bind pub - !RTtome proc:twitter:rttme
  31. bind pub - !RT proc:twitter:retweet
  32.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement