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 emiliano
1 days ago
tcl by mookie
1 days ago
tcl by schelte
5 days ago
tcl by oldlaptop
18 days ago
tcl by mookie
24 days ago
tcl by dandyn
31 days ago
tcl by Bradipo
31 days ago
tcl by Bradipo
31 days ago
tcl by oldlaptop
55 days ago
tcl by oldlaptop
55 days ago
Submit
New paste
Documentation
From Jabber