Skip to content

Commit

Permalink
Merge pull request #9 from zertrin/master
Browse files Browse the repository at this point in the history
Add support of the half-op sign
  • Loading branch information
zertrin committed Jan 31, 2014
2 parents 537d7e4 + 8faddb8 commit ce2085e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rezoirclogs/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def __get__(self, inst, objtype=None):
return getattr(inst, self.property)


_nick_regex = r"[ @~&+]?([A-Za-z0-9_`[{}^|\]\\-]*)"
_nick_regex = r"[ @~&+%]?([A-Za-z0-9_`[{}^|\]\\-]*)"


class LogLine(unicode):
Expand Down

0 comments on commit ce2085e

Please sign in to comment.