Skip to content

Commit

Permalink
new colors
Browse files Browse the repository at this point in the history
  • Loading branch information
rschen7754 committed Mar 29, 2014
1 parent 60a82a0 commit 381fd93
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions snitch.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,10 +354,9 @@ def tattle(self, rule, diff):
fixed_url = diff['url'].replace(url.netloc, fixed_netloc)
final_url = fixed_url.replace('http://', 'https://')
self.msg(rule.channel,
' '.join((diff['user'],
'edited \x0314[[\x0307%s\x0314]]\x0301' % diff['page'],

diff['summary'],
' '.join(('\x0303%s\x0301' % diff['user'],
'edited \x0314[[\x0307%s\x0314]]\x0301:' % diff['page'],
'\x0310%s\x0301' %diff['summary'],
final_url)))
else:
base_url = CHANNEL_URLS.get(rule.wiki.strip('.org'),
Expand Down

0 comments on commit 381fd93

Please sign in to comment.