Bold <snip>.

This commit is contained in:
Jeremy Fincher 2003-09-05 15:45:00 +00:00
parent 39a5879d3f
commit b682b8c2dc
1 changed files with 1 additions and 1 deletions

View File

@ -885,7 +885,7 @@ class FunCommands(callbacks.Privmsg):
originalFirst = L[0]
ircutils.shrinkList(L, '; ')
if not L:
irc.reply(msg, '%s <snip>' % originalFirst[:400])
irc.reply(msg, '%s \x02<snip>\x0f' % originalFirst[:400])
elif dictionary == '*':
s = '%s responded, %s shown: %s' % \
(utils.commaAndify(dbs), len(L), '; '.join(L))