I.e
I want to execute the command "vhosts" which is no problem, the problem is how can I notice the user the vhost's on multiple lines?
like 127.0.0.1 localhost
127.0.0.2 localhost2
127.0.03 localhost3
etc
Also havin the same problem when im trying to open a txt file with a "motd" a public command like !status to display whats in a text file but it stops displaying inforamation after a space.
Like
Code: Select all
set motdtxt "motd.txt"
set fs [open $motdtxt r]
set motd [read $fs 256]
It will just display Hello
Im stuck here
