From 7fade191c3751d23b73af09fdec95d98e6c2baef Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Thu, 23 Dec 2021 20:09:49 +0100 Subject: [PATCH] Google: Update suggestions in the deprecation warning 1. DDG is now built-in 2. GoogleCSE is actually limited to site-specific search --- plugins/Google/plugin.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/plugins/Google/plugin.py b/plugins/Google/plugin.py index d04e2a7da..e89a90124 100644 --- a/plugins/Google/plugin.py +++ b/plugins/Google/plugin.py @@ -124,10 +124,7 @@ class Google(callbacks.PluginRegexp): self.log.warning('The Google plugin search is deprecated since ' 'Google closed their public API and will be removed in a ' 'future release. Please consider switching to an other ' - 'plugin for your searches, like ' - ', ' - ', or ' - '.') + 'plugin for your searches, like DDG (built-in)') ref = self.registryValue('referer') if not ref: ref = 'http://%s/%s' % (dynamic.irc.server,