Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 977 Bytes

README.md

File metadata and controls

31 lines (20 loc) · 977 Bytes

tennu-agoogle

Tennu Advanced Google Command

A plugin for the tennu irc framework.

Returns results from google. Supports cooldowns for limiting public usage.

Configuration

  • limitResults: the number of results that the application would like to recieve. Values can be any integer between 1 and 8. Alternately, a value of small indicates a small result set size or 4 results. A value of large indicates a large result set or 8 results. 1
  • maxUserDefinedLimit: users can pass -l=8 unless you set a max using this
"agoogle":{
  "limitResults": 1,
  "maxUserDefinedLimit": 3
}

Usage

  • !google [-l]
    • -l limit 1-8 (overrides config result limit)

Installing Into Tennu

See Downloadable Plugins here.

Todo:

  • Tests