Skip to content

Commit

Permalink
README updates [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
James Lu committed Dec 19, 2014
1 parent d2f1f32 commit 826bcf9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion DDG/README.md
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
Searches results on DuckDuckGo.
Provides an interface to DuckDuckGo's web search.

```
<+sGLolol> %ddg eiffel tower
<@Atlas> The Eiffel Tower is an iron lattice tower located on the Champ de Mars in Paris. It was named after the engineer Gustave Eiffel, whose company designed and built the tower. - <https://en.wikipedia.org/wiki/Eiffel_Tower>
```
2 changes: 1 addition & 1 deletion DDG/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
###

"""
DDG: Searches results on DuckDuckGo.
DDG: Searches for results on DuckDuckGo.
"""

import supybot
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ Please note that this list may not always be up to date; your best bet is to act
Most of these plugins have their own READMEs in their folders; you can check them for a usage demonstration or further explanation of what they do.

##### DDG
- Looks for results on DuckDuckGo.
- Provides an interface to DuckDuckGo's web search.
- **Requires:** [Beautiful Soup 4](http://www.crummy.com/software/BeautifulSoup/bs4/doc/)

##### Isup
- Provides a simple command to check whether a website is up or down (using [isup.me](http://isup.me)).
Expand Down

0 comments on commit 826bcf9

Please sign in to comment.