PPF Home
Plugins
Developers
   Font size:      

Bash (v1.1)

PDF
PDF

Description

Returns a random quote from http://www.bash.org

Takes a single quote from the random page and displays the quote to the channel.

Configuration

The configuration file for this plugin is system/Bash/BashConfig.xml

commandBash

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>

    

bash_URL

The URL to the page of random bash quotes.


      <bash_URL>http://www.bash.org/?random</bash_URL>

    

Commands

Random bash quote

Command: !bash
Description: This will request a random quote
Auth Level: none
Where to give command: channel
Outputs to: channel
Example(s):

  • !bash

Change History

v1.1 By EdorFaus: added configuration file.
v1.0 First Version by DeadEd