Subversion Repositories wimsdev

Rev

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

Rev 14903 Rev 14924
Line 17... Line 17...
17
title_limit=50
17
title_limit=50
18
!! -- minimal time to refresh page
18
!! -- minimal time to refresh page
19
msg_min_timing=5
19
msg_min_timing=5
20
 
20
 
21
!read wimshome/log/classes/$wims_class/tchat/.def
21
!read wimshome/log/classes/$wims_class/tchat/.def
22
!default tchat_open=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
 
-
 
-
 
24
!bound tchat_onlynonempty within no,yes default no
25
 
25
 
26
!if $wims_class!=$empty
26
!if $wims_class!=$empty
27
  !sh mkdir -p $wims_home/log/classes/$wims_class/tchat;
27
  !sh mkdir -p $wims_home/log/classes/$wims_class/tchat;
28
  statuttchat=open
28
  statuttchat=open
29
!else
29
!else