Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/plugins/dotnetpad.py b/plugins/dotnetpad.py
- index f818ace..3230908 100644
- --- a/plugins/dotnetpad.py
- +++ b/plugins/dotnetpad.py
- @@ -1,6 +1,4 @@
- -"""
- -dotnetpad.py: by sklnd, because gobiner wouldn't shut up
- -"""
- +"""dotnetpad.py: by sklnd, because gobiner wouldn't shut up"""
- import urllib
- import httplib
- diff --git a/plugins/profile.py b/plugins/profile.py
- index ff089ca..2652285 100644
- --- a/plugins/profile.py
- +++ b/plugins/profile.py
- @@ -1,6 +1,4 @@
- -"""
- -for crusty old rotor
- -"""
- +# for crusty old rotor
- from util import hook
- diff --git a/plugins/twitter.py b/plugins/twitter.py
- index 3b20317..a2d5690 100644
- --- a/plugins/twitter.py
- +++ b/plugins/twitter.py
- @@ -28,7 +28,7 @@ history_max_size = 250
- @hook.command
- def twitter(inp):
- """.twitter <user>/<user> <n>/<id>/#<hashtag>/@<user> -- gets last/<n>th """\
- - """tweet from <user>/gets tweet <id>/gets random tweet with #<hashtag>/"""\
- + """tweet from <user>/gets tweet <id>/gets random tweet with #<hashtag>/ """\
- """gets replied tweet from @<user>"""
- def add_reply(reply_name, reply_id):
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement