diff --git a/plugins/Google.py b/plugins/Google.py index d3b17a8b7..a97d610d3 100644 --- a/plugins/Google.py +++ b/plugins/Google.py @@ -300,7 +300,7 @@ class Google(callbacks.PrivmsgCommandAndRegexp): elif option == 'similar': kwargs['filter'] = False else: - kwargs[option[2:]] = argument + kwargs[option] = argument try: data = search(self.log, text, **kwargs) except google.NoLicenseKey, e: