1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
# 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.
|