From cab512a86f61daf997446b9e79e2d2be6079595b Mon Sep 17 00:00:00 2001 From: James Vega Date: Thu, 16 Sep 2004 11:44:56 +0000 Subject: [PATCH] bold's a string, not a variable. --- plugins/Google.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Google.py b/plugins/Google.py index aecab88f4..8c4d76cc2 100644 --- a/plugins/Google.py +++ b/plugins/Google.py @@ -364,7 +364,7 @@ class Google(callbacks.PrivmsgCommandAndRegexp): results.append((data.meta.estimatedTotalResultsCount, arg)) results.sort() results.reverse() - if self.registryValue(bold, msg.args[0]): + if self.registryValue('bold', msg.args[0]): format = ircutils.bold else: format = repr