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 Bradipo
1 days ago
tcl by oldlaptop
12 days ago
tcl by mookie
14 days ago
tcl by mookie
15 days ago
tcl by mookie
15 days ago
tcl by mookie
15 days ago
junk by bcharder
55 days ago
tcl by egavilan
64 days ago
tcl by Stu
66 days ago
tcl by Stu
66 days ago
Submit
New paste
Documentation
From Jabber