bold's a string, not a variable.

This commit is contained in:
James Vega 2004-09-16 11:44:56 +00:00
parent 12269e0986
commit cab512a86f
1 changed files with 1 additions and 1 deletions

View File

@ -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