Advertisement
Atheuz

Untitled

Jun 9th, 2011
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 1.07 KB | None | 0 0
  1. diff --git a/plugins/dotnetpad.py b/plugins/dotnetpad.py
  2. index f818ace..3230908 100644
  3. --- a/plugins/dotnetpad.py
  4. +++ b/plugins/dotnetpad.py
  5. @@ -1,6 +1,4 @@
  6. -"""
  7. -dotnetpad.py: by sklnd, because gobiner wouldn't shut up
  8. -"""
  9. +"""dotnetpad.py: by sklnd, because gobiner wouldn't shut up"""
  10.  
  11.  import urllib
  12.  import httplib
  13. diff --git a/plugins/profile.py b/plugins/profile.py
  14. index ff089ca..2652285 100644
  15. --- a/plugins/profile.py
  16. +++ b/plugins/profile.py
  17. @@ -1,6 +1,4 @@
  18. -"""
  19. -for crusty old rotor
  20. -"""
  21. +# for crusty old rotor
  22.  
  23.  from util import hook
  24.  
  25. diff --git a/plugins/twitter.py b/plugins/twitter.py
  26. index 3b20317..a2d5690 100644
  27. --- a/plugins/twitter.py
  28. +++ b/plugins/twitter.py
  29. @@ -28,7 +28,7 @@ history_max_size = 250
  30.  @hook.command
  31.  def twitter(inp):
  32.      """.twitter <user>/<user> <n>/<id>/#<hashtag>/@<user> -- gets last/<n>th """\
  33. -    """tweet from <user>/gets tweet <id>/gets random tweet with #<hashtag>/"""\
  34. +    """tweet from <user>/gets tweet <id>/gets random tweet with #<hashtag>/ """\
  35.      """gets replied tweet from @<user>"""
  36.  
  37.      def add_reply(reply_name, reply_id):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement