Rev 14924 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14924 | Rev 15636 | ||
---|---|---|---|
Line 2... | Line 2... | ||
2 | !if $save!=$empty |
2 | !if $save!=$empty |
3 | $cf_refresh_timing |
3 | $cf_refresh_timing |
4 | !bound cf_refreshtiming between $msg_min_timing and 1000 default $tchat_refreshtiming |
4 | !bound cf_refreshtiming between $msg_min_timing and 1000 default $tchat_refreshtiming |
5 | !bound cf_open within yes,no default $tchat_open |
5 | !bound cf_open within yes,no default $tchat_open |
6 | !bound cf_onlynonempty within yes,no default $tchat_onlynonempty |
6 | !bound cf_onlynonempty within yes,no default $tchat_onlynonempty |
- | 7 | !bound cf_configfilesize between 0 and 4 default 0 |
|
7 | !setdef !set tchat_refreshtiming=$cf_refreshtiming\ |
8 | !setdef !set tchat_refreshtiming=$cf_refreshtiming\ |
8 | !set tchat_open=$cf_open\ |
9 | !set tchat_open=$cf_open\ |
- | 10 | !set tchat_onlynonempty=$cf_onlynonempty\ |
|
9 | !set |
11 | !set tchat_configfilesize=$cf_configfilesize in wimshome/log/classes/$wims_class/tchat/.def |
10 | tchat_open=$cf_open |
12 | tchat_open=$cf_open |
11 | tchat_refreshtiming=$cf_refreshtiming |
13 | tchat_refreshtiming=$cf_refreshtiming |
12 | tchat_onlynonempty=$cf_onlynonempty |
14 | tchat_onlynonempty=$cf_onlynonempty |
- | 15 | tchat_configfilesize=$cf_configfilesize |
|
13 | !endif |
16 | !endif |
14 | !reset save |
17 | !reset save |