Changeset 154

Show
Ignore:
Timestamp:
11/01/04 22:38:07 (4 years ago)
Author:
jajcus
Message:

- channel regexp fixed (was broken on the last commit here)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/jjigw/common.py

    r150 r154  
    3535 
    3636numeric_re=re.compile(r"\d\d\d") 
    37 channel_re=re.compile(r"^[&#+!][^\000 \007 ,:\r\n]$") 
     37channel_re=re.compile(r"^[&#+!][^\000 \007 ,:\r\n]+$") 
    3838nick_re=re.compile(r"^[a-zA-Z\x5b-\x60\x7b-\x7d\[\]\\`_^{|}][a-zA-Z\x5b-\x60\x7b-\x7d\[\]\\`_^{|}0-9-]*$") 
    3939nick8_re=re.compile(r"^[a-zA-Z\x5b-\x60\x7b-\x7d\[\]\\`_^{|}\x80-\xff][a-zA-Z\x5b-\x60\x7b-\x7d\[\]\\`_^{|}0-9\x80-\xff-]*$")