Skip to content
This repository has been archived by the owner on Oct 14, 2019. It is now read-only.

Commit

Permalink
Merge pull request #403 from HarryjosephDevelopment/invite-fix
Browse files Browse the repository at this point in the history
Added underscore to invite
  • Loading branch information
thecsw committed May 26, 2019
2 parents d72a743 + 9369095 commit 8968ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/comment_worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ class CommentWorker():
r"!demote\s+(.+)",
r"!fire\s+(.+)",
r"!upgrade",
r"!invite\s+([a-zA-Z0-9]+)",
r"!invite\s+([a-zA-Z0-9_]+)",
r"!setprivate",
r"!setpublic",
r"!tax\s+(\d+)"
Expand Down

0 comments on commit 8968ef8

Please sign in to comment.