Commit c87d9b2e authored by nanahira's avatar nanahira

Merge branch 'mc'

parents 657ef72a a89e26ee
...@@ -1406,6 +1406,7 @@ class Room ...@@ -1406,6 +1406,7 @@ class Room
if (rule.match /(^|,|,)(CN|CCG|CHINESE)(,|,|$)/) if (rule.match /(^|,|,)(CN|CCG|CHINESE)(,|,|$)/)
@hostinfo.rule = 4 @hostinfo.rule = 4
@hostinfo.lflist = -1
if (param = rule.match /(^|,|,)LP(\d+)(,|,|$)/) if (param = rule.match /(^|,|,)LP(\d+)(,|,|$)/)
start_lp = parseInt(param[2]) start_lp = parseInt(param[2])
......
...@@ -1824,6 +1824,7 @@ ...@@ -1824,6 +1824,7 @@
} }
if (rule.match(/(^|,|,)(CN|CCG|CHINESE)(,|,|$)/)) { if (rule.match(/(^|,|,)(CN|CCG|CHINESE)(,|,|$)/)) {
this.hostinfo.rule = 4; this.hostinfo.rule = 4;
this.hostinfo.lflist = -1;
} }
if ((param = rule.match(/(^|,|,)LP(\d+)(,|,|$)/))) { if ((param = rule.match(/(^|,|,)LP(\d+)(,|,|$)/))) {
start_lp = parseInt(param[2]); start_lp = parseInt(param[2]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment