mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-26 12:49:24 +01:00
Google: Update suggestions in the deprecation warning
1. DDG is now built-in 2. GoogleCSE is actually limited to site-specific search
This commit is contained in:
parent
caa5aa3d84
commit
7fade191c3
@ -124,10 +124,7 @@ class Google(callbacks.PluginRegexp):
|
|||||||
self.log.warning('The Google plugin search is deprecated since '
|
self.log.warning('The Google plugin search is deprecated since '
|
||||||
'Google closed their public API and will be removed in a '
|
'Google closed their public API and will be removed in a '
|
||||||
'future release. Please consider switching to an other '
|
'future release. Please consider switching to an other '
|
||||||
'plugin for your searches, like '
|
'plugin for your searches, like DDG (built-in)')
|
||||||
'<https://github.com/Hoaas/Supybot-plugins/tree/master/DuckDuckGo>, '
|
|
||||||
'<https://github.com/joulez/GoogleCSE>, or '
|
|
||||||
'<https://github.com/jlu5/SupyPlugins/tree/master/DDG>.')
|
|
||||||
ref = self.registryValue('referer')
|
ref = self.registryValue('referer')
|
||||||
if not ref:
|
if not ref:
|
||||||
ref = 'http://%s/%s' % (dynamic.irc.server,
|
ref = 'http://%s/%s' % (dynamic.irc.server,
|
||||||
|
Loading…
Reference in New Issue
Block a user