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