Skip to content

Commit

Permalink
Unrestrict !!/scan
Browse files Browse the repository at this point in the history
  • Loading branch information
angussidney committed Mar 27, 2018
1 parent d041a4e commit 4bef513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatcommands.py
Original file line number Diff line number Diff line change
Expand Up @@ -1154,7 +1154,7 @@ def report(msg, urls):


# noinspection PyIncorrectDocstring,PyUnusedLocal
@command(str, whole_msg=True, privileged=True, give_name=True, aliases=['scan', 'test-p'])
@command(str, whole_msg=True, give_name=True, aliases=['scan', 'test-p'])
def checkpost(msg, url, alias_used='scan'): # FIXME: Currently does not support batch report
"""
Force Smokey to scan a post even if it has no recent activity
Expand Down

0 comments on commit 4bef513

Please sign in to comment.