Skip to content

Commit

Permalink
Merge pull request #943 from maxpowa/patch-3
Browse files Browse the repository at this point in the history
[meetbot] fix crash when starting meeting
  • Loading branch information
embolalia committed Nov 22, 2015
2 parents a8522ac + ec94e23 commit 266170f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sopel/modules/meetbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,6 @@ def startmeeting(bot, trigger):
if trigger.is_privmsg:
bot.say('Can only start meetings in channels')
return
if not bot.config.has_section('meetbot'):
bot.say('Meetbot not configured, make sure meeting_log_path and meeting_log_baseurl are defined')
return
#Start the meeting
meetings_dict[trigger.sender]['start'] = time.time()
if not trigger.group(2):
Expand Down

0 comments on commit 266170f

Please sign in to comment.