mirror of
https://github.com/Mikaela/Limnoria.git
synced 2025-01-23 10:34:19 +01:00
Changed \x02...\x0F to an ircutils.bold.
This commit is contained in:
parent
a36f81e158
commit
d06418633c
@ -159,7 +159,7 @@ class Google(callbacks.PrivmsgCommandAndRegexp, configurable.Mixin):
|
||||
title = utils.htmlToText(result.title.encode('utf-8'))
|
||||
url = result.URL
|
||||
if title:
|
||||
results.append('\x02%s\x0F: <%s>' % (title, url))
|
||||
results.append('%s: <%s>' % (ircutils.bold(title), url))
|
||||
else:
|
||||
results.append(url)
|
||||
if not results:
|
||||
|
Loading…
Reference in New Issue
Block a user