diff --git a/sopel/modules/meetbot.py b/sopel/modules/meetbot.py index e7583cf81a..07829d33bf 100644 --- a/sopel/modules/meetbot.py +++ b/sopel/modules/meetbot.py @@ -13,6 +13,7 @@ from sopel.config.types import ( StaticSection, FilenameAttribute, ValidatedAttribute ) +from sopel.formatting import bold from sopel.web import quote from sopel.modules.url import find_title from sopel.module import example, commands, rule, priority @@ -193,7 +194,9 @@ def startmeeting(bot, trigger): logplain('Meeting started by ' + trigger.nick.lower(), trigger.sender) logHTML_start(trigger.sender) meeting_actions[trigger.sender] = [] - bot.say('Meeting started! use .action, .agreed, .info, .chairs, .subject and .comments to control the meeting. to end the meeting, type .endmeeting') + bot.say(bold('Meeting started!') + ' use .action, .agreed, .info, ' + '.chairs, .subject and .comments to control the meeting. to end ' + 'the meeting, type .endmeeting') bot.say('Users without speaking permission can use .comment ' + trigger.sender + ' followed by their comment in a PM with me to ' 'vocalize themselves.') @@ -221,7 +224,7 @@ def meetingsubject(bot, trigger): logfile.write('

' + trigger.group(2) + '