A plugin for the tennu irc framework.
Returns results from google. Supports cooldowns for limiting public usage.
- 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
}
- !google [-l]
-
- -l limit 1-8 (overrides config result limit)
See Downloadable Plugins here.
- Tests