Commit 359b45b4 authored by nanahira's avatar nanahira

fix

parent c41ed8c9
......@@ -958,6 +958,7 @@ class Room
if (param = rule.match /(^|,|,)(EXTEND|EX)(\d+)(,|,|$)/)
extend_time = parseInt(param[3])
if (extend_time >= 60) then extend_time = 60
if (extend_time < 0) then extend_time = 0
@hostinfo.extend_time = extend_time
if (rule.match /(^|,|,)(NOLFLIST|NF)(,|,|$)/)
......
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