mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 13:19:24 +01:00
bold's a string, not a variable.
This commit is contained in:
parent
12269e0986
commit
cab512a86f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user