tennu-agoogle
v7.0.1
Published
A plugin for the Tennu IRC framework. Returns results from google. Requires admin, but supports cooldowns for usage by everyone.
Downloads
6
Readme
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