diff --git a/plugins/FunCommands.py b/plugins/FunCommands.py index 2cf8399c9..c1af5eb71 100644 --- a/plugins/FunCommands.py +++ b/plugins/FunCommands.py @@ -885,7 +885,7 @@ class FunCommands(callbacks.Privmsg): originalFirst = L[0] ircutils.shrinkList(L, '; ') if not L: - irc.reply(msg, '%s ' % originalFirst[:400]) + irc.reply(msg, '%s \x02\x0f' % originalFirst[:400]) elif dictionary == '*': s = '%s responded, %s shown: %s' % \ (utils.commaAndify(dbs), len(L), '; '.join(L))