Subversion Repositories wimsdev

Rev

Rev 14924 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 14924 Rev 15636
Line 20... Line 20...
20
 
20
 
21
!read wimshome/log/classes/$wims_class/tchat/.def
21
!read wimshome/log/classes/$wims_class/tchat/.def
22
!bound tchat_open within yes,no default no
22
!bound tchat_open within yes,no default no
23
!bound tchat_refreshtiming between $msg_min_timing and 1000 default $msg_min_timing
23
!bound tchat_refreshtiming between $msg_min_timing and 1000 default $msg_min_timing
24
!bound tchat_onlynonempty within no,yes default no
24
!bound tchat_onlynonempty within no,yes default no
-
 
25
 
-
 
26
!! ---------- test if site manager open configfilsize
-
 
27
test=!defof optionalmod_parameter in wimshome/log/wims.conf
-
 
28
!if tchat_nofile isitemof $test
-
 
29
  conf_nofile=yes
-
 
30
  tchat_configfilesize=0
-
 
31
!else
-
 
32
  !reset conf_nofile
-
 
33
  !bound tchat_configfilesize between 0 and 4 default 0
-
 
34
!endif
25
 
35
 
26
!if $wims_class!=$empty
36
!if $wims_class!=$empty
27
  !sh mkdir -p $wims_home/log/classes/$wims_class/tchat;
37
  !sh mkdir -p $wims_home/log/classes/$wims_class/tchat;
28
  statuttchat=open
38
  statuttchat=open
29
!else
39
!else