Merge pull request #135 from thenoodle68/develop

Lots of formatting fixes!
This commit is contained in:
Luke Rogers 2013-09-04 03:51:52 -07:00
commit 242ba0d18d
100 changed files with 724 additions and 610 deletions

View file

@ -7,8 +7,8 @@ ed_url = "http://encyclopediadramatica.se/"
@hook.command
def drama(inp):
"drama <phrase> -- Gets the first paragraph of" \
" the Encyclopedia Dramatica article on <phrase>."
"""drama <phrase> -- Gets the first paragraph of
the Encyclopedia Dramatica article on <phrase>."""
j = http.get_json(api_url, search=inp)