PPF Home
Plugins
Developers
   Font size:      

Geeklog Search (v1.0)

PDF
PDF

Description

Search the configured Geeklog site

Configuration

The configuration file for this plugin is system/GeeklogSearch/GeeklogSearchConfig.xml

commandSearch

The command for searching the site. 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

      <commandSearch authLevel="none" output="channel">!glsearch</commandSearch>

    

searchURL

The URL to the search page on your Geeklog site


      <searchURL>http://www.myglsite.com/search.php</searchURL>

    

number-of-results

How many search results will be displayed


      <number-of-results>3</number-of-results>

    

Commands

Search the site

Command: !glseach
Description: This will search the Geeklog site for the given search criteria
Auth Level: none
Where to give command: channel
Outputs to: channel
Example(s):

  • !glsearch setup help

Change History

v1.0 First Version by DeadEd