Skip to content

Commit

Permalink
Various plugins: README tweaks [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
James Lu authored and James Lu committed May 23, 2015
1 parent 999c2f9 commit 9324d78
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 6 deletions.
15 changes: 13 additions & 2 deletions DDG/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
Provides an interface to DuckDuckGo's web search.
Provides an interface to DuckDuckGo's web search and Zero-click engine.

### Web Search

```
<+sGLolol> %ddg eiffel tower
<+GLolol> %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>
```

### Zero-Click Results

```
<+GLolol> %zeroclick 2015
<@Atlas> 2015 - 2015 has been designated the International Year of Light and the International Year of Soils by the sixty-eighth session of the United Nations General Assembly. <https://en.wikipedia.org/wiki/2015>
<+GLolol> %zeroclick 57^2
<@Atlas> 57^2 - 3,249
```
2 changes: 1 addition & 1 deletion FML/README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Displays entries from fmylife.com.
Implements an **`fml`** command, displaying entries from [fmylife.com](https://www.fmylife.com/).
2 changes: 1 addition & 1 deletion Isup/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Provides a simple command to check whether a website is up or down (using isup.me).
Provides a simple command to check whether a website is up or down (using [isup.me](http://isup.me)).

### Usage
```
Expand Down
4 changes: 2 additions & 2 deletions NoTrigger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ In short, NoTrigger works by:

- Prepending messages that start with a symbol (```!"#$%&'()*+,-./:;<=>?@[\]^_`{|}~```) with a [zero width space](https://en.wikipedia.org/wiki/Zero-width_space) (ZWSP), since these are often used as prefixes for bots. This has the effect of being completely invisible, and tricks most bots into ignoring yours!
- Prepending messages with a ZWSP if the channel is set to block colors and a message begins with a formatting code (sneaky attackers can otherwise do something like `\x02!echo hello` to bypass filters).
- Optionally, prepending messages with a ZWSP if they match `<something>: ` or `<something>, `, since some bots are tought to respond to their nicks.
- Optionally, prepending messages with a ZWSP if they match `<something>: ` or `<something>, `, since some bots are taught to respond to their nicks.
- Optionally, blocking all channel-wide CTCPs (except for ACTION).

## Longer description/Backstory on why I wrote this
Expand All @@ -21,7 +21,7 @@ For example:
...
```

NoTrigger aims to solve some of these issues by prepending messages that start with commonly-used bot triggers with a [zero-width space](https://en.wikipedia.org/wiki/Zero-width_space) or ZWSP. These are non-printing characters, which are essentially invisible to most people's clients. (We're going to use a space to represent the ZWSP in the examples below, so you can see a difference.)
NoTrigger aims to solve some of these issues by prepending messages that start with commonly-used bot triggers with a [zero-width space](https://en.wikipedia.org/wiki/Zero-width_space) or ZWSP. These are non-printing characters, which are essentially invisible to people's clients. (We're going to use a space to represent the ZWSP in the examples below, just so you can see a difference.)

For example:

Expand Down

0 comments on commit 9324d78

Please sign in to comment.