Skip to content

Commit

Permalink
Add support of the half-op sign
Browse files Browse the repository at this point in the history
  • Loading branch information
zertrin committed Jan 31, 2014
1 parent 537d7e4 commit 8faddb8
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 8faddb8

Please sign in to comment.