Changeset 154
- Timestamp:
- 11/01/04 22:38:07 (4 years ago)
- Files:
-
- trunk/jjigw/common.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jjigw/common.py
r150 r154 35 35 36 36 numeric_re=re.compile(r"\d\d\d") 37 channel_re=re.compile(r"^[&#+!][^\000 \007 ,:\r\n] $")37 channel_re=re.compile(r"^[&#+!][^\000 \007 ,:\r\n]+$") 38 38 nick_re=re.compile(r"^[a-zA-Z\x5b-\x60\x7b-\x7d\[\]\\`_^{|}][a-zA-Z\x5b-\x60\x7b-\x7d\[\]\\`_^{|}0-9-]*$") 39 39 nick8_re=re.compile(r"^[a-zA-Z\x5b-\x60\x7b-\x7d\[\]\\`_^{|}\x80-\xff][a-zA-Z\x5b-\x60\x7b-\x7d\[\]\\`_^{|}0-9\x80-\xff-]*$")
