Its is not outputting anything to IRC because the perl script is crapping out at some point, due to OS security. Run it through bash instead. sysinfo.sh #!/bin/bash <full path>/sysinfo281.06.pl 2>/dev/null Change tcl script to use the .sh script instead. If someone knows how to 2>/dev/null in TCL, p...