Skip to content

Commit

Permalink
Merge pull request #4 from zertrin/master
Browse files Browse the repository at this point in the history
Fix compatibility with user modes +q and +a of Inspircd (owner and protected nick)
  • Loading branch information
zertrin committed Nov 11, 2013
2 parents 1e6c424 + d1ef413 commit e4c3da4
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 e4c3da4

Please sign in to comment.