Skip to content

Commit

Permalink
Cleaning up whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
attzonko committed Jan 22, 2019
1 parent 9d80882 commit c9e7aef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mmpy_bot/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def plugin(func):
def wrapper(message, *args, **kw):
# Check display_name first
disp_name = message.get_channel_display_name()
url_name = message.get_channel_name()
url_name = message.get_channel_name()
if not {disp_name, url_name} & set(allowed_channels_list):
return message.reply(
"`This plugin only allowed in these channels:{}`"
Expand Down

0 comments on commit c9e7aef

Please sign in to comment.