# first section is usage
# second section is that config maker will put into config
# third section is full help

module tcl
:%*
:
:This module provides support for scripts that are written in Tcl programming\
 language. It is mostly compatible with eggdrop but read %mtcl.ref%n manual\
 first, please. Script file mask is "*.tcl".

tcl
:%* text
:
:Tries to interpret and execute Tcl %_text%_ command. If error found then\
 shows interpreter message about error. If %_text%_ was executed without\
 errors and evaluated chunk has returned any result that is convertible to\
 string value then shows this value.

set tcl-default-network
:%* <lname>
:Default network name for using in Tcl.
:Defines network name which eggdrop procedures will use for every command.
 Default: "irc".

set tcl-max-timer
:%* <seconds>
:Maximum value for Tcl procedure 'utimer'.
:Defines maximum time for scheduled execution by Tcl command %Rutimer%n.
 Default: 172800.
