Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
!!
!! test if tchat administrative module is allowed or not
!!
!!
test=!defof allowed_optional_module in wimshome/log/wims.conf
!if class/tchat notitemof $test or $class_type>1
!let wims_allowlink_tchat=no
!else
!let wims_allowlink_tchat=yes
!endif