Skip to content

Commit

Permalink
Merge pull request #1358 from j-f1/patch-1
Browse files Browse the repository at this point in the history
Add `!!/watch-force` alias (fixes #1357)
  • Loading branch information
ArtOfCode- committed Dec 9, 2017
2 parents 7dc947b + f79311b commit 273f2cb
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 @@ -334,7 +334,7 @@ def watch(msg, website):


# noinspection PyIncorrectDocstring
@command(str, whole_msg=True, privileged=True, aliases=["watch-keyword-force"])
@command(str, whole_msg=True, privileged=True, aliases=["watch-force", "watch-keyword-force"])
def watch_force(msg, website):
"""
Adds a string to the watched keywords list and commits/pushes to GitHub
Expand Down

0 comments on commit 273f2cb

Please sign in to comment.