Skip to content

Commit

Permalink
[meetbot] Fix .endmeeting command
Browse files Browse the repository at this point in the history
  • Loading branch information
embolalia committed Jul 6, 2013
1 parent 485deb5 commit b45dc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meetbot.py
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ def meetingsubject(bot, trigger):


#End the meeting
@commands('.endmeeting')
@commands('endmeeting')
@example('.endmeeting')
def endmeeting(bot, trigger):
"""
Expand Down

0 comments on commit b45dc84

Please sign in to comment.