Skip to content

hashworks/Phergie-SRR-Database-Search

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PhergieSRRDatabaseSearch

Phergie plugin to search srrdb.com.

Install

To install via Composer, use the command below, it will automatically detect the latest version and bind it with ~.

composer require hashworks/phergie-plugin-srr-database-search

See Phergie documentation for more information on installing and enabling plugins.

Configuration

// dependency
new \Phergie\Irc\Plugin\React\Command\Plugin,
new \hashworks\Phergie\Plugin\SRRDatabaseSearch\Plugin(array(
    'limit' => 5, // Optional. Limit the number of results replied to the user.
    'hideUrlOnMultipleResults' => false // Optional. Hide URLs on multiple results.
)),

Syntax

srrdb <imdbid|archive-crc|dirname|query>

About

Phergie plugin to search srrdb.com.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages