From 55549c7d26373e6c7fc7f59008db5cf8d31e7f8c Mon Sep 17 00:00:00 2001 From: lukeroge Date: Mon, 20 Feb 2012 10:56:38 +1300 Subject: [PATCH] A few more tweaks to plugins/google.py --- plugins/google.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/google.py b/plugins/google.py index a96b49c..c80d33e 100644 --- a/plugins/google.py +++ b/plugins/google.py @@ -49,7 +49,7 @@ def google(inp): out = ' '.join(out.split()) - if len(out) > 300: - out = out[:out.rfind(' ')] + '..."' + if len(out) > 250: + out = out[:out.rfind(' ')] + '...' return out