From 7b2dbcf6c4fd2c1998dc69dd4b18b0067ad08194 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Wed, 2 Feb 2005 04:40:00 +0000 Subject: [PATCH] DOTS! --- plugins/Google/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Google/plugin.py b/plugins/Google/plugin.py index 85d6c275c..c7c265673 100644 --- a/plugins/Google/plugin.py +++ b/plugins/Google/plugin.py @@ -156,7 +156,7 @@ class Google(callbacks.PrivmsgCommandAndRegexp): else: results.append(url) if not results: - return format('No matches found (%s)', t) + return format('No matches found. (%s)', t) else: return format('%s: %s', t, '; '.join(results))