Skip to content

Commit

Permalink
users with 'r0' in their name don't spam our channel anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Hermes committed Aug 31, 2010
1 parent 07d8442 commit 38c6b9d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion bot.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,10 @@
from twisted.web.error import Error

TICKET_RE = re.compile(r'#(\d+)')
COMMIT_RE = re.compile(r'r(\d+)')
COMMIT_RE = re.compile(r'(?:^|(\s))r(\d+)')

# This was the original. It was broken.
# COMMIT_RE = re.compile(r'r(\d+)')

LOG_BLACKLIST = [
'evn',
Expand Down

0 comments on commit 38c6b9d

Please sign in to comment.