Skip to content

Commit

Permalink
Fix compatibility with user modes +q and +a of Inspircd (owner and pr…
Browse files Browse the repository at this point in the history
…otected nick)
  • Loading branch information
zertrin committed Nov 11, 2013
1 parent 1e6c424 commit d1ef413
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 d1ef413

Please sign in to comment.