output proc
Posted to
tcl
by Vadtec at Wed May 09 13:46:48 GMT 2007
view raw
proc
output { where
text
} {
global
debug
if
{
$debug
} {
if
{
$where
eq "log"} {
putlog
$text
}
else
{
putmsg
$where
$text
}
}
}
Recent Posts
tcl by schelte
9 days ago
tcl by emiliano
17 days ago
tcl by fvogel
17 days ago
tcl by emiliano
17 days ago
tcl by rmax
33 days ago
tcl by oldlaptop
34 days ago
tcl by schelte
34 days ago
tcl by Bradipo
47 days ago
tcl by kbk
57 days ago
tcl by oldlaptop
60 days ago
Submit
New paste
Documentation
From Jabber