Changeset 150
- Timestamp:
- 10/30/04 23:06:37 (4 years ago)
- Files:
-
- trunk/jjigw/common.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/jjigw/common.py
r136 r150 35 35 36 36 numeric_re=re.compile(r"\d\d\d") 37 channel_re=re.compile(r"^[&#+!][^\000 \007 ,:\r\n] {1,49}$")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-]*$")
