Various plugins: README tweaks [skip ci]

This commit is contained in:
James Lu 2015-05-22 21:57:36 -07:00
parent 999c2f92f3
commit 9324d78dee
4 changed files with 17 additions and 6 deletions

View File

@ -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> <@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
```

View File

@ -1 +1 @@
Displays entries from fmylife.com. Implements an **`fml`** command, displaying entries from [fmylife.com](https://www.fmylife.com/).

View File

@ -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 ### Usage
``` ```

View File

@ -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 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). - 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). - Optionally, blocking all channel-wide CTCPs (except for ACTION).
## Longer description/Backstory on why I wrote this ## Longer description/Backstory on why I wrote this
@ -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: For example: