Bash (v1.1)
|
PDF |
Returns a random quote from http://www.bash.org
Takes a single quote from the random page and displays the quote to the channel.
The configuration file for this plugin is system/Bash/BashConfig.xml
The command for fetching a random quote from bash.org.
You can set the authLevel to control who is allowed to access the command.
The output is used to define where the output from the command will go.
-
authLevel - ANY, ADMIN, MASTER, TRUSTED, NONE
-
output - CHANNEL, PM, NOTICE
<commandBash authLevel="none" output="channel">!bash</commandBash>
The URL to the page of random bash quotes.
<bash_URL>http://www.bash.org/?random</bash_URL>
Command: !bash
Description: This will request a random quote
Auth Level: none
Where to give command: channel
Outputs to: channel
Example(s):
v1.1 |
By EdorFaus: added configuration file. |
v1.0 |
First Version by DeadEd |