I have not done much in tcl scripting, just starting out
but what im trying to do it get my bot to update my site with news thro the chennal
but i don't know whats the comand im looking for
im mirc its $1- to display the test the some1 typed
this is what I have atm
set $site "mywebsite"
bind pubm n "!siteupdate*" siteupdate
set $news ""
#I want to set this variable to the rest of the text the I wrote
proc suteupdate {nick host handle chan text} {
putlog "$nick updated $site with $news"
exec $site
#not sure of the rest of this command either
putserv NOTICE $nick :updating $site with $news
}